1 write to PropertyAssemblyQualifiedNames
MSBuild (1)
LoadedType.cs (1)
74PropertyAssemblyQualifiedNames = new string[props.Length];
2 references to PropertyAssemblyQualifiedNames
MSBuild (2)
LoadedType.cs (2)
103if (loadedViaMetadataLoadContext && PropertyAssemblyQualifiedNames != null) 105PropertyAssemblyQualifiedNames[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName?? string.Empty;