3 instantiations of SynthesizedAttributeData
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2670
New
SynthesizedAttributeData
(
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
65
Return New
SynthesizedAttributeData
(compilation, constructorSymbol, arguments, namedArguments)
Symbols\WellKnownMembers.vb (1)
187
Return New
SynthesizedAttributeData
(Me, constructorSymbol, arguments, namedStringArguments)
15 references to SynthesizedAttributeData
Microsoft.CodeAnalysis.VisualBasic (15)
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
Symbols\WellKnownMembers.vb (12)
157
) As
SynthesizedAttributeData
190
Private Shared Function ReturnNothingOrThrowIfAttributeNonOptional(constructor As WellKnownMember, Optional isOptionalUse As Boolean = False) As
SynthesizedAttributeData
198
Friend Function SynthesizeExtensionAttribute() As
SynthesizedAttributeData
205
Return
SynthesizedAttributeData
.Create(Me, constructor, WellKnownMember.System_Runtime_CompilerServices_ExtensionAttribute__ctor)
208
Friend Function SynthesizeStateMachineAttribute(method As MethodSymbol, compilationState As ModuleCompilationState) As
SynthesizedAttributeData
230
Friend Function SynthesizeDecimalConstantAttribute(value As Decimal) As
SynthesizedAttributeData
253
Friend Function SynthesizeDebuggerBrowsableNeverAttribute() As
SynthesizedAttributeData
265
Friend Function SynthesizeDebuggerHiddenAttribute() As
SynthesizedAttributeData
273
Friend Function SynthesizeEditorBrowsableNeverAttribute() As
SynthesizedAttributeData
281
Friend Function SynthesizeDebuggerNonUserCodeAttribute() As
SynthesizedAttributeData
289
Friend Function SynthesizeOptionalDebuggerStepThroughAttribute() As
SynthesizedAttributeData
701
Friend Function SynthesizeTupleNamesAttribute(type As TypeSymbol) As
SynthesizedAttributeData