2 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (2)
FrameworkLocationHelper.cs (2)
1575
this.
_pathToDotNetFrameworkReferenceAssemblies
= FileUtilities.EnsureTrailingSlash(referencePath);
1764
this.
_pathToDotNetFrameworkReferenceAssemblies
= GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (5)
FrameworkLocationHelper.cs (5)
1568
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1579
return this.
_pathToDotNetFrameworkReferenceAssemblies
;
1754
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1762
if (this.
_pathToDotNetFrameworkReferenceAssemblies
== null)
1768
return this.
_pathToDotNetFrameworkReferenceAssemblies
;