3 writes to _assemblyPath
Microsoft.Build.Tasks.Core (3)
CodeTaskFactory.cs (3)
742
_assemblyPath
= null;
851
_assemblyPath
= cachedPath;
874
_assemblyPath
= TaskFactoryUtilities.GetTemporaryTaskAssemblyPath();
7 references to _assemblyPath
Microsoft.Build.Tasks.Core (7)
CodeTaskFactory.cs (7)
175
public string GetAssemblyPath() =>
_assemblyPath
;
766
OutputAssembly =
_assemblyPath
,
875
compilerParameters.OutputAssembly =
_assemblyPath
;
920
if (!string.IsNullOrEmpty(
_assemblyPath
))
922
TaskFactoryUtilities.CreateLoadManifestFromReferences(
_assemblyPath
, finalReferencedAssemblies);
923
assembly = TaskFactoryUtilities.LoadTaskAssembly(
_assemblyPath
);
936
string cachedAssemblyPath = _compileForOutOfProcess ?
_assemblyPath
: string.Empty;