2 writes to _anyDataStored
Microsoft.CodeAnalysis (2)
Symbols\Attributes\WellKnownAttributeData.cs (2)
36
_anyDataStored
= false;
60
_anyDataStored
= true;
2 references to _anyDataStored
Microsoft.CodeAnalysis (2)
Symbols\Attributes\WellKnownAttributeData.cs (2)
52
Debug.Assert(
_anyDataStored
== expected);
71
Debug.Assert(data.
_anyDataStored
);