2 writes to NoWin32Manifest
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1563NoWin32Manifest = noWin32Manifest,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1487.NoWin32Manifest = noWin32Manifest,
3 references to NoWin32Manifest
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1528return compilation.CreateDefaultWin32Resources(true, arguments.NoWin32Manifest, manifestStream, iconStream);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
790Assert.True(parsedArgs.NoWin32Manifest);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
1156Assert.Equal(expectedNoManifest, parsedArgs.NoWin32Manifest)