1 write to _unusedFieldWarnings
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceAssemblySymbol.cs (1)
2773
ImmutableInterlocked.InterlockedInitialize(ref
_unusedFieldWarnings
, diagnostics.ToReadOnlyAndFree());
5 references to _unusedFieldWarnings
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\SourceAssemblySymbol.cs (5)
2620
if (
_unusedFieldWarnings
.IsDefault)
2650
Debug.Assert(
_unusedFieldWarnings
.IsDefault, "We shouldn't have computed the diagnostics if we're still noting definitions.");
2666
if (
_unusedFieldWarnings
.IsDefault)
2776
Debug.Assert(!
_unusedFieldWarnings
.IsDefault);
2777
return
_unusedFieldWarnings
;