2 references to s_typesByName
Microsoft.Build.Framework (2)
TaskParameterTypeRegistry.cs (2)
118s_typesByName.TryGetValue(typeName, out Type? type) ? type : null; 125s_typesByName[fullName] = type;