1 write to PropertyAssemblyQualifiedNames
Microsoft.Build (1)
LoadedType.cs (1)
78
PropertyAssemblyQualifiedNames
= new string[props.Length];
4 references to PropertyAssemblyQualifiedNames
Microsoft.Build (4)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1097
loadedType.
PropertyAssemblyQualifiedNames
?[indexOfParameter] ??
LoadedType.cs (3)
132
if (loadedViaMetadataLoadContext &&
PropertyAssemblyQualifiedNames
!= null)
136
PropertyAssemblyQualifiedNames
[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName ?? string.Empty;
140
PropertyAssemblyQualifiedNames
[i] = string.Empty;