1 write to PropertyAssemblyQualifiedNames
Microsoft.Build.Framework (1)
Loader\LoadedType.cs (1)
109PropertyAssemblyQualifiedNames = new string[props.Length];
4 references to PropertyAssemblyQualifiedNames
Microsoft.Build (1)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1541(indexOfParameter != -1 ? loadedType.PropertyAssemblyQualifiedNames?[indexOfParameter] : null)
Microsoft.Build.Framework (3)
Loader\LoadedType.cs (3)
163if (loadedViaMetadataLoadContext && PropertyAssemblyQualifiedNames != null) 167PropertyAssemblyQualifiedNames[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName ?? string.Empty; 171PropertyAssemblyQualifiedNames[i] = string.Empty;