3 writes to scopeName
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
1128this.scopeName = scopeName; 1280scopeName = null; 1284scopeName = reader.ReadString();
4 references to scopeName
Microsoft.Build.Engine (4)
LocalProvider\LocalCallDescriptor.cs (4)
1157return scopeName; 1186exception = engineCallback.PostCacheEntriesToHost(nodeId, this.entries, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType); 1224if (scopeName == null) 1231writer.Write(scopeName);