2 overrides of ApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Attributes\PEAttributeData.vb (1)
63Public Overrides ReadOnly Property ApplicationSyntaxReference As SyntaxReference
Symbols\Attributes\SourceAttributeData.vb (1)
60Public Overrides ReadOnly Property ApplicationSyntaxReference As SyntaxReference
7 references to ApplicationSyntaxReference
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\ClsComplianceChecker.vb (1)
397Dim syntaxRef As SyntaxReference = attribute.ApplicationSyntaxReference
Symbols\Attributes\AttributeData.vb (1)
172Return ApplicationSyntaxReference()
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
699Return New RetargetingAttributeData(oldAttribute.ApplicationSyntaxReference,
Symbols\Source\SourceParameterSymbol.vb (1)
285Yield New SourceAttributeData(attribute.ApplicationSyntaxReference, attribute.AttributeClass, attribute.AttributeConstructor, newArgs, attribute.CommonNamedArguments, attribute.IsConditionallyOmitted, attribute.HasErrors)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (3)
Attributes\AttributeTests.vb (3)
4005Assert.NotEqual(attributesOnMain(0).ApplicationSyntaxReference, attributesOnMain(1).ApplicationSyntaxReference) 4006Assert.NotNull(attributesOnMain(0).ApplicationSyntaxReference)