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