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) 2932if (lazySourceAttributesBag != null && lazySourceAttributesBag.IsDecodedWellKnownAttributeDataComputed) 2942if (lazyNetModuleAttributesBag != null && lazyNetModuleAttributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
549if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1451Debug.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) 1485Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourceModuleSymbol.cs (2)
572if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 769if (attributesBag != null && attributesBag.IsDecodedWellKnownAttributeDataComputed)
Symbols\Source\SourceNamedTypeSymbol.cs (3)
881if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1283if (_lazyCustomAttributesBag?.IsDecodedWellKnownAttributeDataComputed == true) 1642Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);
Symbols\Source\SourcePropertySymbolBase.cs (2)
1374if (attributesBag == null || !attributesBag.IsDecodedWellKnownAttributeDataComputed) 1733Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);