1 write to NoWin32Manifest
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1506
.
NoWin32Manifest
= noWin32Manifest,
3 references to NoWin32Manifest
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1670
return compilation.CreateDefaultWin32Resources(true, arguments.
NoWin32Manifest
, manifestStream, iconStream);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
845
Assert.True(parsedArgs.
NoWin32Manifest
);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
1157
Assert.Equal(expectedNoManifest, parsedArgs.
NoWin32Manifest
)