2 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Utilities.Core (2)
FrameworkLocationHelper.cs (2)
1535
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1724
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Utilities.Core (5)
FrameworkLocationHelper.cs (5)
1528
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1539
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1714
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1722
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1728
return this.
_pathToDotNetFrameworkReferenceAssemblies
;