1 write to _unsafeAddressTaken
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\CSharpDataFlowAnalysis.cs (1)
277
ImmutableInterlocked.InterlockedInitialize(ref
_unsafeAddressTaken
, Normalize(unsafeAddressTaken));
2 references to _unsafeAddressTaken
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\CSharpDataFlowAnalysis.cs (2)
335
if (
_unsafeAddressTaken
.IsDefault)
340
return
_unsafeAddressTaken
;