2 writes to NoWin32Manifest
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1612NoWin32Manifest = noWin32Manifest,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1525.NoWin32Manifest = noWin32Manifest,
2 references to NoWin32Manifest
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1670return compilation.CreateDefaultWin32Resources(true, arguments.NoWin32Manifest, manifestStream, iconStream);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
847Assert.True(parsedArgs.NoWin32Manifest);