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