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