2 writes to _smallestLocation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (2)
45
_smallestLocation
= location;
108
if (ReferenceEquals(Interlocked.CompareExchange(ref
_smallestLocation
, location, currentSmallestLocation), currentSmallestLocation))
3 references to _smallestLocation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (3)
68
Debug.Assert(
_smallestLocation
!= null);
69
return
_smallestLocation
;
101
Location currentSmallestLocation =
_smallestLocation
;