3 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (3)
FrameworkLocationHelper.cs (3)
1542
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1724
this.
_pathToDotNetFrameworkReferenceAssemblies
= FindRegistryValueUnderKey(
1731
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (5)
FrameworkLocationHelper.cs (5)
1535
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1546
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1721
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1729
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1735
return this.
_pathToDotNetFrameworkReferenceAssemblies
;