1 instantiation of SynthesizedAttributeData
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
65
Return New
SynthesizedAttributeData
(compilation, constructorSymbol, arguments, namedArguments)
3 references to SynthesizedAttributeData
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
158
Private Function SynthesizeDebuggerDisplayAttribute() As
SynthesizedAttributeData
Symbols\Attributes\RetargetingAttributeData.vb (1)
30
Debug.Assert(TypeOf underlying Is SourceAttributeData OrElse TypeOf underlying Is
SynthesizedAttributeData
)
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
46
Optional namedArguments As ImmutableArray(Of KeyValuePair(Of String, TypedConstant)) = Nothing) As
SynthesizedAttributeData