4 overrides of AttributeConstructor
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Attributes\PEAttributeData.vb (1)
53
Public Overrides ReadOnly Property
AttributeConstructor
As MethodSymbol
Symbols\Attributes\RetargetingAttributeData.vb (1)
46
Public Overrides ReadOnly Property
AttributeConstructor
As MethodSymbol
Symbols\Attributes\SourceAttributeData.vb (1)
59
Public Overrides ReadOnly Property
AttributeConstructor
As MethodSymbol
Symbols\SynthesizedSymbols\SynthesizedAttributeData.vb (1)
75
Public Overrides ReadOnly Property
AttributeConstructor
As MethodSymbol
8 references to AttributeConstructor
Microsoft.CodeAnalysis.VisualBasic (8)
Emit\AttributeDataAdapter.vb (2)
21
If Me.
AttributeConstructor
.IsDefaultValueTypeConstructor() Then
34
Return moduleBeingBuilt.Translate(
AttributeConstructor
, needDeclaration:=False,
Symbols\Attributes\AttributeData.vb (2)
160
Return
AttributeConstructor
()
216
If Me.
AttributeConstructor
.ParameterCount = 0 Then
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
666
Dim oldAttributeCtor As MethodSymbol = oldAttribute.
AttributeConstructor
Symbols\Source\SourceParameterSymbol.vb (1)
285
Yield New SourceAttributeData(DeclaringCompilation, attribute.ApplicationSyntaxReference, attribute.AttributeClass, attribute.
AttributeConstructor
, newArgs, attribute.CommonNamedArguments, attribute.IsConditionallyOmitted, attribute.HasErrors)
Symbols\Symbol_Attributes.vb (2)
605
If attribute.
AttributeConstructor
IsNot Nothing AndAlso
606
attribute.
AttributeConstructor
Is compilation.GetExtensionAttributeConstructor(useSiteInfo) Then