2 writes to _smallestLocation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (2)
43
_smallestLocation
= location;
106
if (ReferenceEquals(Interlocked.CompareExchange(ref
_smallestLocation
, location, currentSmallestLocation), currentSmallestLocation))
3 references to _smallestLocation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TypeOrDelegateTemplateSymbol.cs (3)
66
Debug.Assert(
_smallestLocation
!= null);
67
return
_smallestLocation
;
99
Location currentSmallestLocation =
_smallestLocation
;