2 references to NativeMethods
vbc (2)
src\Compilers\Shared\BuildClient.cs (1)
354
IntPtr ptr =
NativeMethods
.GetCommandLine();
src\Compilers\Shared\BuildServerConnection.cs (1)
17
using static Microsoft.CodeAnalysis.CommandLine.
NativeMethods
;