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)
1670return compilation.CreateDefaultWin32Resources(true, arguments.NoWin32Manifest, manifestStream, iconStream);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
845Assert.True(parsedArgs.NoWin32Manifest);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
1157Assert.Equal(expectedNoManifest, parsedArgs.NoWin32Manifest)