1 write to handleId
Microsoft.Build.Engine (1)
Engine\EngineProxy.cs (1)
131this.handleId = handleId;
4 references to handleId
Microsoft.Build.Engine (4)
Engine\EngineProxy.cs (4)
398parentModule.GetLineColumnOfXmlNode(handleId, out this.lineNumber, out this.columnNumber); 453return parentModule.BuildProjectFile(handleId, projectFileNames, targetNames, globalPropertiesPerProject, targetOutputsPerProject, 481return parentModule.BuildProjectFile(handleId, projectFileNames, targetNames, globalProperties, 546bool result = parentModule.BuildProjectFile(handleId, projectFileNames, targetNames, globalProperties,