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