Home
last modified time | relevance | path

Searched refs:OutOfProcNode (Results 1 – 19 of 19) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DProjectRootElementCache.cs23 using OutOfProcNode = Microsoft.Build.Execution.OutOfProcNode; typedef
634 string prefix = OutOfProcNode.IsOutOfProcNode ? "C" : "P"; in DebugTraceCache()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Execution/
H A DOutOfProcNode.cs41 public class OutOfProcNode class
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Node/
H A DOutOfProcNode.cs36 public class OutOfProcNode : INode, IBuildComponentHost, INodePacketFactory, INodePacketHandler class
153 public OutOfProcNode( in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/
H A DMicrosoft.Build.dll.sources74 Microsoft.Build.Execution/OutOfProcNode.cs
/dports/devel/msbuild/msbuild-0.06/src/MSBuild/
H A DXMake.cs2377 OutOfProcNode node = new OutOfProcNode(); in StartLocalNode()
2379OutOfProcNode node = new OutOfProcNode(clientToServerPipeHandle, serverToClientPipeHandle); in StartLocalNode()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DMicrosoft.Build.cs994 public partial class OutOfProcNode class
996 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Internal.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMicrosoft.Build.cs1111 public partial class OutOfProcNode class
1113 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Internal.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DMicrosoft.Build.cs930 public partial class OutOfProcNode class
932 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DMicrosoft.Build.cs930 public partial class OutOfProcNode class
932 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DMicrosoft.Build.cs930 public partial class OutOfProcNode class
932 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DMicrosoft.Build.cs918 public partial class OutOfProcNode class
920 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DMicrosoft.Build.cs930 public partial class OutOfProcNode class
932 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DMicrosoft.Build.cs930 public partial class OutOfProcNode class
932 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DMicrosoft.Build.cs930 public partial class OutOfProcNode class
932 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DMicrosoft.Build.cs918 public partial class OutOfProcNode class
920 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/devel/msbuild/msbuild-0.06/build/LegacyPackages/14.0/Microsoft.Build/
H A DMicrosoft.Build.cs973 public partial class OutOfProcNode class
975 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/net/
H A DMicrosoft.Build.cs1100 public partial class OutOfProcNode class
1102 public OutOfProcNode() { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/devel/msbuild/msbuild-0.06/ref/Microsoft.Build/netstandard/
H A DMicrosoft.Build.cs1095 public partial class OutOfProcNode class
1097 public OutOfProcNode(string clientToServerPipeHandle, string serverToClientPipeHandle) { } in OutOfProcNode() method in Microsoft.Build.Execution.OutOfProcNode
/dports/devel/msbuild/msbuild-0.06/src/Build/
H A DMicrosoft.Build.csproj325 <Compile Include="BackEnd\Node\OutOfProcNode.cs" />