4 writes to toolsetVersion
Microsoft.Build.Engine (4)
Engine\BuildRequest.cs (4)
106this.toolsetVersion = toolsetVersion; 455this.toolsetVersion = value; 782request.toolsetVersion = null; 786request.toolsetVersion = reader.ReadString();
3 references to toolsetVersion
Microsoft.Build.Engine (3)
Engine\BuildRequest.cs (3)
451return toolsetVersion; 691if (toolsetVersion == null) 698writer.Write(toolsetVersion);