3 writes to scopeProperties
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
1327this.scopeProperties = scopeProperties; 1505scopeProperties = null; 1509scopeProperties = new BuildPropertyGroup();
5 references to scopeProperties
Microsoft.Build.Engine (5)
LocalProvider\LocalCallDescriptor.cs (5)
1361return scopeProperties; 1386entries = engineCallback.GetCachedEntriesFromHost(nodeId, this.names, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType); 1444if (scopeProperties == null) 1451scopeProperties.WriteToStream(writer); 1510scopeProperties.CreateFromStream(reader);