3 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (3)
FrameworkLocationHelper.cs (3)
1577this._pathToDotNetFrameworkReferenceAssemblies = FileUtilities.EnsureTrailingSlash(referencePath); 1759this._pathToDotNetFrameworkReferenceAssemblies = FindRegistryValueUnderKey( 1766this._pathToDotNetFrameworkReferenceAssemblies = GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (5)
FrameworkLocationHelper.cs (5)
1570if (this._pathToDotNetFrameworkReferenceAssemblies == null) 1581return this._pathToDotNetFrameworkReferenceAssemblies; 1756if (this._pathToDotNetFrameworkReferenceAssemblies == null) 1764if (this._pathToDotNetFrameworkReferenceAssemblies == null) 1770return this._pathToDotNetFrameworkReferenceAssemblies;