3 overrides of CommonApplicationSyntaxReference
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\AttributeData.cs (1)
207protected override SyntaxReference? CommonApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\AttributeData.vb (1)
167Protected Overrides ReadOnly Property CommonApplicationSyntaxReference As SyntaxReference
Mvc.Api.Analyzers.Test (1)
DeclaredApiResponseMetadataTest.cs (1)
159protected override SyntaxReference CommonApplicationSyntaxReference => throw new System.NotImplementedException();
1 reference to CommonApplicationSyntaxReference
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CommonAttributeData.cs (1)
36public SyntaxReference? ApplicationSyntaxReference { get { return CommonApplicationSyntaxReference; } }