5 references to OutputType
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
880
yield return CreateProjectRudeEdit(ProjectSettingKind.
OutputType
, ToProjectPropertyValue(oldOptions.OutputKind), ToProjectPropertyValue(newOptions.OutputKind));
EditAndContinue\ProjectSettingKind.cs (1)
96
ProjectSettingKind.
OutputType
or
Microsoft.CodeAnalysis.Features.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
437
ProjectSettingKind.
OutputType
,
471
ProjectSettingKind.
OutputType
=> ("ENC1104", "OutputType", isWarning: true),
489
ProjectSettingKind.
OutputType
=> (oldOptions.WithOutputKind(OutputKind.WindowsRuntimeApplication), "Library", "AppContainerExe"),