13 references to IsEarlyDecodedWellKnownAttributeDataComputed
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
153
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
560
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceEventSymbol.cs (2)
291
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
332
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (4)
198
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
430
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
461
if (lazyCustomAttributesBag is null || !lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
1362
Debug.Assert(_lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
);
Symbols\Source\SourceNamedTypeSymbol.cs (2)
894
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
1076
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
Symbols\Source\SourcePropertySymbolBase.cs (3)
481
Debug.Assert(temp.
IsEarlyDecodedWellKnownAttributeDataComputed
);
1380
if (attributesBag == null || !attributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)
1514
if (lazyCustomAttributesBag != null && lazyCustomAttributesBag.
IsEarlyDecodedWellKnownAttributeDataComputed
)