unix.args 1.8 KB

123456789101112131415161718192021222324252627282930
  1. ./System.Runtime.Remoting/TODOAttribute.cs
  2. ./System.Runtime.Remoting.Channels/BinaryClientFormatterSink.cs
  3. ./System.Runtime.Remoting.Channels/BinaryClientFormatterSinkProvider.cs
  4. ./System.Runtime.Remoting.Channels/BinaryServerFormatterSink.cs
  5. ./System.Runtime.Remoting.Channels/BinaryServerFormatterSinkProvider.cs
  6. ./System.Runtime.Remoting.Channels/CommonTransportKeys.cs
  7. ./System.Runtime.Remoting.Channels/SoapClientFormatterSink.cs
  8. ./System.Runtime.Remoting.Channels/SoapServerFormatterSink.cs
  9. ./System.Runtime.Remoting.Channels/SoapServerFormatterSinkProvider.cs
  10. ./System.Runtime.Remoting.Channels.Tcp/TcpChannel.cs
  11. ./System.Runtime.Remoting.Channels.Tcp/TcpClientChannel.cs
  12. ./System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs
  13. ./System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs
  14. ./System.Runtime.Remoting.Channels.Tcp/TcpServerTransportSink.cs
  15. ./System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSinkProvider.cs
  16. ./System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs
  17. ./System.Runtime.Remoting.Channels.Tcp/TcpConnectionPool.cs
  18. ./System.Runtime.Remoting.Channels.Simple/SimpleClientFormatterSinkProvider.cs
  19. ./System.Runtime.Remoting.Channels.Simple/SimpleClientTransportSinkProvider.cs
  20. ./System.Runtime.Remoting.Channels.Simple/SimpleServerFormatterSinkProvider.cs
  21. ./System.Runtime.Remoting.Channels.Simple/SimpleClientTransportSink.cs
  22. ./System.Runtime.Remoting.Channels.Simple/SimpleClientFormatterSink.cs
  23. ./System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs
  24. ./System.Runtime.Remoting.Channels.Simple/SimpleServerFormatterSink.cs
  25. ./System.Runtime.Remoting.Channels.Simple/SimpleMessageFormat.cs
  26. ./System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs
  27. ./System.Runtime.Remoting.Channels.Simple/SimpleClientChannel.cs
  28. ./System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
  29. ./System.Runtime.Remoting.Channels.Simple/SimpleServerTransportSink.cs