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