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