2 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Utilities.Core (2)
FrameworkLocationHelper.cs (2)
1536
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1725
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build.Utilities.Core (5)
FrameworkLocationHelper.cs (5)
1529
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1540
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1715
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1723
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1729
return this.
_pathToDotNetFrameworkReferenceAssemblies
;