Implemented interface member:
method
GetTokenList
Microsoft.Cci.Differs.IDiffingService.GetTokenList(Microsoft.Cci.IDefinition)
3 references to GetTokenList
Microsoft.DotNet.AsmDiff (3)
Csv\DiffTokensCsvColumn.cs (1)
58var tokens = _diffWriter.GetTokenList(mapping.Representative);
DiffCSharpWriter.cs (2)
345SyntaxToken[] t1 = GetTokenList(def1).ToArray(); 346SyntaxToken[] t2 = GetTokenList(def2).ToArray();