3 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Framework (3)
Utilities\FrameworkLocationHelper.cs (3)
1593
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1778
this.
_pathToDotNetFrameworkReferenceAssemblies
= FindRegistryValueUnderKey(
1785
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Framework (5)
Utilities\FrameworkLocationHelper.cs (5)
1586
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1597
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1775
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1783
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1789
return this.
_pathToDotNetFrameworkReferenceAssemblies
;