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