3 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Utilities.Core (3)
FrameworkLocationHelper.cs (3)
1539
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1721
this.
_pathToDotNetFrameworkReferenceAssemblies
= FindRegistryValueUnderKey(
1728
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Utilities.Core (5)
FrameworkLocationHelper.cs (5)
1532
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1543
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1718
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1726
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1732
return this.
_pathToDotNetFrameworkReferenceAssemblies
;