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