3 references to TryGetMatchingByFullName
Microsoft.CodeAnalysis.Test.Utilities (3)
Platform\Desktop\RuntimeAssemblyManager.cs (3)
162
if (
TryGetMatchingByFullName
(module.Id, out var assemblyData, out var fullMatch))
185
if (
TryGetMatchingByFullName
(id, out _, out var fullMatch) && !fullMatch)
213
if (!
TryGetMatchingByFullName
(id, out var other, out var fullMatch) || !fullMatch)