3 writes to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (3)
FrameworkLocationHelper.cs (3)
1542this._pathToDotNetFrameworkReferenceAssemblies = FileUtilities.EnsureTrailingSlash(referencePath); 1724this._pathToDotNetFrameworkReferenceAssemblies = FindRegistryValueUnderKey( 1731this._pathToDotNetFrameworkReferenceAssemblies = GenerateReferenceAssemblyDirectory(this.DotNetFrameworkFolderPrefix);
5 references to _pathToDotNetFrameworkReferenceAssemblies
Microsoft.Build (5)
FrameworkLocationHelper.cs (5)
1535if (this._pathToDotNetFrameworkReferenceAssemblies == null) 1546return this._pathToDotNetFrameworkReferenceAssemblies; 1721if (this._pathToDotNetFrameworkReferenceAssemblies == null) 1729if (this._pathToDotNetFrameworkReferenceAssemblies == null) 1735return this._pathToDotNetFrameworkReferenceAssemblies;