1 write to PropertyAssemblyQualifiedNames
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
96
PropertyAssemblyQualifiedNames
= new string[props.Length];
4 references to PropertyAssemblyQualifiedNames
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1137
loadedType.
PropertyAssemblyQualifiedNames
?[indexOfParameter] ??
Microsoft.Build.Framework (3)
Loader\LoadedType.cs (3)
150
if (loadedViaMetadataLoadContext &&
PropertyAssemblyQualifiedNames
!= null)
154
PropertyAssemblyQualifiedNames
[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName ?? string.Empty;
158
PropertyAssemblyQualifiedNames
[i] = string.Empty;