2 writes to toolsetSearchLocations
Microsoft.Build.Engine (2)
LocalProvider\LocalCallDescriptor.cs (2)
732this.toolsetSearchLocations = toolsetSearchLocations; 891toolsetSearchLocations = (ToolsetDefinitionLocations)reader.ReadByte();
3 references to toolsetSearchLocations
Microsoft.Build.Engine (3)
LocalProvider\LocalCallDescriptor.cs (3)
744toolsetSearchLocations, parentProcessId, parentStartupDirectory); 792return toolsetSearchLocations; 844writer.Write((byte)toolsetSearchLocations);