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