6 references to IsUsingMonoRuntime
csc (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (2)
735
if (PlatformInformation.
IsUsingMonoRuntime
)
755
if (PlatformInformation.
IsUsingMonoRuntime
)
vbc (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (2)
735
if (PlatformInformation.
IsUsingMonoRuntime
)
755
if (PlatformInformation.
IsUsingMonoRuntime
)
VBCSCompiler (2)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (2)
735
if (PlatformInformation.
IsUsingMonoRuntime
)
755
if (PlatformInformation.
IsUsingMonoRuntime
)