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