4 overrides of ApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Attributes\PEAttributeData.vb (1)
63
Public Overrides ReadOnly Property
ApplicationSyntaxReference
As SyntaxReference
Symbols\Attributes\RetargetingAttributeData.vb (1)
52
Public Overrides ReadOnly Property
ApplicationSyntaxReference
As SyntaxReference
Symbols\Attributes\SourceAttributeData.vb (1)
65
Public Overrides ReadOnly Property
ApplicationSyntaxReference
As SyntaxReference
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
81
Public Overrides ReadOnly Property
ApplicationSyntaxReference
As SyntaxReference
3 references to ApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\ClsComplianceChecker.vb (1)
397
Dim syntaxRef As SyntaxReference = attribute.
ApplicationSyntaxReference
Symbols\Attributes\AttributeData.vb (1)
169
Return
ApplicationSyntaxReference
()
Symbols\Source\SourceParameterSymbol.vb (1)
285
Yield New SourceAttributeData(DeclaringCompilation, attribute.
ApplicationSyntaxReference
, attribute.AttributeClass, attribute.AttributeConstructor, newArgs, attribute.CommonNamedArguments, attribute.IsConditionallyOmitted, attribute.HasErrors)