3 writes to scopeName
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
1326this.scopeName = scopeName; 1495scopeName = null; 1499scopeName = reader.ReadString();
4 references to scopeName
Microsoft.Build.Engine (4)
LocalProvider\LocalCallDescriptor.cs (4)
1353return scopeName; 1386entries = engineCallback.GetCachedEntriesFromHost(nodeId, this.names, this.scopeName, this.scopeProperties, this.scopeToolsVersion, this.cacheContentType); 1433if (scopeName == null) 1440writer.Write(scopeName);