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