2 writes to AssemblyPath
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
32
AssemblyPath
= assemblyPath;
70
AssemblyPath
= reader.ReadOptionalString();
5 references to AssemblyPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
578
WriteDeduplicatedString(e.
AssemblyPath
);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
541
e => e.
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);
Microsoft.Build.Framework.UnitTests (1)
AssemblyLoadBuildEventArgs_Tests.cs (1)
36
argDeserialized.
AssemblyPath
.ShouldBe(assemblyPath);