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)
428
ProjectSettingKind.
OutputType
,
462
ProjectSettingKind.
OutputType
=> ("ENC1104", "OutputType", isWarning: true),
480
ProjectSettingKind.
OutputType
=> (oldOptions.WithOutputKind(OutputKind.WindowsRuntimeApplication), "Library", "AppContainerExe"),