20 references to IsEarlyDecodedWellKnownAttributeDataComputed
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
152
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
557
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceEventSymbol.cs (2)
237
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
278
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (3)
190
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
400
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
431
if (lazyCustomAttributesBag is null || !lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
892
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
1036
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourcePropertySymbolBase.cs (3)
400
Debug.Assert(temp.
IsEarlyDecodedWellKnownAttributeDataComputed
);
1109
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
1227
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
110
If attributesBag Is Nothing OrElse Not attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
Then
Symbols\Source\SourceEventSymbol.vb (1)
596
If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
) Then
Symbols\Source\SourceFieldSymbol.vb (1)
834
If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
) Then
Symbols\Source\SourceMethodSymbol.vb (2)
1557
If attributesBag Is Nothing OrElse Not attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
Then
1999
If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
) Then
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1910
If attributesBag Is Nothing OrElse Not attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
Then
2111
If lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
Then
Symbols\Source\SourcePropertySymbol.vb (1)
990
If (lazyCustomAttributesBag IsNot Nothing AndAlso lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
) Then