1 write to _tokenComparer
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
UsingsAndExternAliasesDirectiveComparer.cs (1)
32_tokenComparer = tokenComparer;
2 references to _tokenComparer
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
UsingsAndExternAliasesDirectiveComparer.cs (2)
114return _tokenComparer.Compare(extern1!.Identifier, extern2!.Identifier); 117var aliasComparisonResult = _tokenComparer.Compare(using1!.Alias!.Name.Identifier, using2!.Alias!.Name.Identifier);