Show / Hide Table of Contents

Class GoogleTraceBeforeMvcAnalyzer.ScopeInfo

Information about a single IApplicationBuilder symbol's accesses within in single scope.

Inheritance
System.Object
GoogleTraceBeforeMvcAnalyzer.ScopeInfo
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Diagnostics.AspNetCore.Analyzers
Assembly: Google.Cloud.Diagnostics.AspNetCore.Analyzers.dll
Syntax
public class ScopeInfo

Fields

DiagnosticReported

Declaration
public bool DiagnosticReported
Field Value
Type Description
System.Boolean

UseGoogleTraceAccessInfo

Declaration
public (Location location, string name) UseGoogleTraceAccessInfo
Field Value
Type Description
System.ValueTuple<Location, System.String>

UseMvcAccessInfo

Declaration
public (Location location, string name) UseMvcAccessInfo
Field Value
Type Description
System.ValueTuple<Location, System.String>
Back to top