Base:
method
CompareSourceLocations
Microsoft.CodeAnalysis.Compilation.CompareSourceLocations(Microsoft.CodeAnalysis.SyntaxReference, Microsoft.CodeAnalysis.SyntaxReference)
1 reference to CompareSourceLocations
Microsoft.CodeAnalysis.CSharp (1)
Declarations\DeclarationTable.cs (1)
155
return _compilation.
CompareSourceLocations
(x!.SyntaxReference, y!.SyntaxReference);