3 instantiations of SynthesizedAttributeData
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2670New SynthesizedAttributeData(
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
65Return New SynthesizedAttributeData(compilation, constructorSymbol, arguments, namedArguments)
Symbols\WellKnownMembers.vb (1)
187Return New SynthesizedAttributeData(Me, constructorSymbol, arguments, namedStringArguments)
15 references to SynthesizedAttributeData
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
158Private Function SynthesizeDebuggerDisplayAttribute() As SynthesizedAttributeData
Symbols\Attributes\RetargetingAttributeData.vb (1)
30Debug.Assert(TypeOf underlying Is SourceAttributeData OrElse TypeOf underlying Is SynthesizedAttributeData)
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
46Optional namedArguments As ImmutableArray(Of KeyValuePair(Of String, TypedConstant)) = Nothing) As SynthesizedAttributeData
Symbols\WellKnownMembers.vb (12)
157) As SynthesizedAttributeData 190Private Shared Function ReturnNothingOrThrowIfAttributeNonOptional(constructor As WellKnownMember, Optional isOptionalUse As Boolean = False) As SynthesizedAttributeData 198Friend Function SynthesizeExtensionAttribute() As SynthesizedAttributeData 205Return SynthesizedAttributeData.Create(Me, constructor, WellKnownMember.System_Runtime_CompilerServices_ExtensionAttribute__ctor) 208Friend Function SynthesizeStateMachineAttribute(method As MethodSymbol, compilationState As ModuleCompilationState) As SynthesizedAttributeData 230Friend Function SynthesizeDecimalConstantAttribute(value As Decimal) As SynthesizedAttributeData 253Friend Function SynthesizeDebuggerBrowsableNeverAttribute() As SynthesizedAttributeData 265Friend Function SynthesizeDebuggerHiddenAttribute() As SynthesizedAttributeData 273Friend Function SynthesizeEditorBrowsableNeverAttribute() As SynthesizedAttributeData 281Friend Function SynthesizeDebuggerNonUserCodeAttribute() As SynthesizedAttributeData 289Friend Function SynthesizeOptionalDebuggerStepThroughAttribute() As SynthesizedAttributeData 701Friend Function SynthesizeTupleNamesAttribute(type As TypeSymbol) As SynthesizedAttributeData