6 references to SmallestLocation
Microsoft.CodeAnalysis.CSharp (6)
Symbols\AnonymousTypes\AnonymousTypeManager.Templates.cs (2)
814
int result = this.CompareLocations(x.
SmallestLocation
, y.
SmallestLocation
);
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.DelegateTemplateSymbol.cs (4)
99
Debug.Assert(
SmallestLocation
!= null);
100
Debug.Assert(
SmallestLocation
!= Location.None);
156
Debug.Assert(
SmallestLocation
!= null);
157
Debug.Assert(
SmallestLocation
!= Location.None);