1 write to PropertyAssemblyQualifiedNames
Microsoft.Build (1)
LoadedType.cs (1)
74PropertyAssemblyQualifiedNames = new string[props.Length];
3 references to PropertyAssemblyQualifiedNames
Microsoft.Build (3)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1043loadedType.PropertyAssemblyQualifiedNames?[indexOfParameter] ??
LoadedType.cs (2)
103if (loadedViaMetadataLoadContext && PropertyAssemblyQualifiedNames != null) 105PropertyAssemblyQualifiedNames[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName?? string.Empty;