1 write to PropertyAssemblyQualifiedNames
MSBuild (1)
LoadedType.cs (1)
79PropertyAssemblyQualifiedNames = new string[props.Length];
3 references to PropertyAssemblyQualifiedNames
MSBuild (3)
LoadedType.cs (3)
133if (loadedViaMetadataLoadContext && PropertyAssemblyQualifiedNames != null) 137PropertyAssemblyQualifiedNames[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName ?? string.Empty; 141PropertyAssemblyQualifiedNames[i] = string.Empty;