2 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Framework (2)
Utilities\FrameworkLocationHelper.cs (2)
1608
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1800
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Framework (5)
Utilities\FrameworkLocationHelper.cs (5)
1601
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1612
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1790
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1798
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1804
return this.
_pathToDotNetFrameworkReferenceAssemblies
;