2 writes to AppDomainDescriptor
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
34
AppDomainDescriptor
= customAppDomainDescriptor;
71
AppDomainDescriptor
= reader.ReadOptionalString();
2 references to AppDomainDescriptor
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
57
writer.WriteOptionalString(
AppDomainDescriptor
);
86
RawMessage = FormatResourceStringIgnoreCodeAndKeyword(resourceName, LoadingContext.ToString(), loadingInitiator, AssemblyName, AssemblyPath, MVID.ToString(),
AppDomainDescriptor
?? DefaultAppDomainDescriptor);