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