5 references to GetCSharpGroupedImportStrings
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler.UnitTests (4)
UsingDebugInfoTests.cs (4)
402
var importStrings = CustomDebugInfoReader.
GetCSharpGroupedImportStrings
(methodToken1, 0, getMethodCustomDebugInfo, getMethodImportStrings, out externAliasStrings);
406
importStrings = CustomDebugInfoReader.
GetCSharpGroupedImportStrings
(methodToken2, 0, getMethodCustomDebugInfo, getMethodImportStrings, out externAliasStrings);
410
importStrings = CustomDebugInfoReader.
GetCSharpGroupedImportStrings
(methodToken2, 0, getMethodCustomDebugInfo, getMethodImportStrings, out externAliasStrings);
435
var importStrings = CustomDebugInfoReader.
GetCSharpGroupedImportStrings
(methodToken1, 0, getMethodCustomDebugInfo, getMethodImportStrings, out externAliasStrings);
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Native.cs (1)
291
var importStringGroups = CustomDebugInfoReader.
GetCSharpGroupedImportStrings
(