Search Results for

    Show / Hide Table of Contents

    Class InterceptableLocation

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

    Properties

    Data

    Declaration
    public abstract string Data { get; }
    Property Value
    Type Description
    string

    Version

    Declaration
    public abstract int Version { get; }
    Property Value
    Type Description
    int

    Methods

    Equals(object?)

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

    GetDisplayLocation()

    Declaration
    public abstract string GetDisplayLocation()
    Returns
    Type Description
    string

    GetHashCode()

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

    Extension Methods

    CSharpExtensions.GetInterceptsLocationAttributeSyntax(InterceptableLocation)
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0