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)
175public string GetAssemblyPath() => _assemblyPath; 766OutputAssembly = _assemblyPath, 875compilerParameters.OutputAssembly = _assemblyPath; 920if (!string.IsNullOrEmpty(_assemblyPath)) 922TaskFactoryUtilities.CreateLoadManifestFromReferences(_assemblyPath, finalReferencedAssemblies); 923assembly = TaskFactoryUtilities.LoadTaskAssembly(_assemblyPath); 936string cachedAssemblyPath = _compileForOutOfProcess ? _assemblyPath : string.Empty;