3 writes to scopeProperties
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
1129this.scopeProperties = scopeProperties; 1290scopeProperties = null; 1294scopeProperties = new BuildPropertyGroup();
5 references to scopeProperties
Microsoft.Build.Engine (5)
LocalProvider\LocalCallDescriptor.cs (5)
1171return scopeProperties; 1186exception = engineCallback.PostCacheEntriesToHost(nodeId, this.entries, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType); 1235if (scopeProperties == null) 1242scopeProperties.WriteToStream(writer); 1295scopeProperties.CreateFromStream(reader);