1 write to PropertyAssemblyQualifiedNames
MSBuild (1)
LoadedType.cs (1)
97
PropertyAssemblyQualifiedNames
= new string[props.Length];
3 references to PropertyAssemblyQualifiedNames
MSBuild (3)
LoadedType.cs (3)
151
if (loadedViaMetadataLoadContext &&
PropertyAssemblyQualifiedNames
!= null)
155
PropertyAssemblyQualifiedNames
[i] = Properties[i]?.PropertyType?.AssemblyQualifiedName ?? string.Empty;
159
PropertyAssemblyQualifiedNames
[i] = string.Empty;