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)
58
var tokens = _diffWriter.
GetTokenList
(mapping.Representative);
DiffCSharpWriter.cs (2)
345
SyntaxToken[] t1 =
GetTokenList
(def1).ToArray();
346
SyntaxToken[] t2 =
GetTokenList
(def2).ToArray();