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