2 writes to AssemblyPath
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
32AssemblyPath = assemblyPath; 70AssemblyPath = reader.ReadOptionalString();
5 references to AssemblyPath
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
569WriteDeduplicatedString(e.AssemblyPath);
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
529e => e.AssemblyPath,
Microsoft.Build.Framework (2)
AssemblyLoadBuildEventArgs.cs (2)
56writer.WriteOptionalString(AssemblyPath); 86RawMessage = FormatResourceStringIgnoreCodeAndKeyword(resourceName, LoadingContext.ToString(), loadingInitiator, AssemblyName, AssemblyPath, MVID.ToString(), AppDomainDescriptor ?? DefaultAppDomainDescriptor);
Microsoft.Build.Framework.UnitTests (1)
AssemblyLoadBuildEventArgs_Tests.cs (1)
36argDeserialized.AssemblyPath.ShouldBe(assemblyPath);