Search Results for

    Show / Hide Table of Contents

    Class XmlReferenceResolver

    Inheritance
    object
    XmlReferenceResolver
    XmlFileResolver
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public abstract class XmlReferenceResolver

    Constructors

    XmlReferenceResolver()

    Declaration
    protected XmlReferenceResolver()

    Methods

    Equals(object?)

    Declaration
    public override abstract bool Equals(object? other)
    Parameters
    Type Name Description
    object other
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override abstract int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    OpenRead(string)

    Declaration
    public abstract Stream OpenRead(string resolvedPath)
    Parameters
    Type Name Description
    string resolvedPath
    Returns
    Type Description
    Stream

    ResolveReference(string, string?)

    Declaration
    public abstract string? ResolveReference(string path, string? baseFilePath)
    Parameters
    Type Name Description
    string path
    string baseFilePath
    Returns
    Type Description
    string
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0