6 references to SmallestLocation
Microsoft.CodeAnalysis.CSharp (6)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
815int result = this.CompareLocations(x.SmallestLocation, y.SmallestLocation);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (4)
102Debug.Assert(SmallestLocation != null); 103Debug.Assert(SmallestLocation != Location.None); 162Debug.Assert(SmallestLocation != null); 163Debug.Assert(SmallestLocation != Location.None);