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)
103
Debug.Assert(
SmallestLocation
!= null);
104
Debug.Assert(
SmallestLocation
!= Location.None);
163
Debug.Assert(
SmallestLocation
!= null);
164
Debug.Assert(
SmallestLocation
!= Location.None);