3 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (3)
FrameworkLocationHelper.cs (3)
1577
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1759
this.
_pathToDotNetFrameworkReferenceAssemblies
= FindRegistryValueUnderKey(
1766
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (5)
FrameworkLocationHelper.cs (5)
1570
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1581
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1756
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1764
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1770
return this.
_pathToDotNetFrameworkReferenceAssemblies
;