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