2 writes to MVID
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
32MVID = mvid; 66MVID = reader.ReadGuid();
3 references to MVID
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
582Write(e.MVID);
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
52writer.WriteGuid(MVID); 85RawMessage = FormatResourceStringIgnoreCodeAndKeyword(resourceName, LoadingContext.ToString(), loadingInitiator, AssemblyName, AssemblyPath, MVID.ToString(), AppDomainDescriptor ?? DefaultAppDomainDescriptor);