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