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