21 references to IsDecodedWellKnownAttributeDataComputed
Microsoft.CodeAnalysis.CSharp (21)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
109if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 319Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceAssemblySymbol.cs (5)
1648if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1664if (attributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1712if (attributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 2911if (lazySourceAttributesBag != null && lazySourceAttributesBag.IsDecodedWellKnownAttributeDataComputed) 2921if (lazyNetModuleAttributesBag != null && lazyNetModuleAttributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
543if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1391Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceEventSymbol.cs (1)
273if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (4)
215if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 232if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 467if (lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed) 1469Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceModuleSymbol.cs (2)
552if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 723if (attributesBag != null && attributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
876if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1267if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1594Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourcePropertySymbolBase.cs (2)
1363if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1712Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);