2 writes to AssemblyPath
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
31
AssemblyPath
= assemblyPath;
69
AssemblyPath
= reader.ReadOptionalString();
3 references to AssemblyPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
581
WriteDeduplicatedString(e.
AssemblyPath
);
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
55
writer.WriteOptionalString(
AssemblyPath
);
85
RawMessage = FormatResourceStringIgnoreCodeAndKeyword(resourceName, LoadingContext.ToString(), loadingInitiator, AssemblyName,
AssemblyPath
, MVID.ToString(), AppDomainDescriptor ?? DefaultAppDomainDescriptor);