5 references to Platform
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
897yield return CreateProjectRudeEdit(ProjectSettingKind.Platform, oldOptions.Platform.ToString(), newOptions.Platform.ToString());
EditAndContinue\ProjectSettingKind.cs (1)
98ProjectSettingKind.Platform;
Microsoft.CodeAnalysis.Features.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (3)
440ProjectSettingKind.Platform, 474ProjectSettingKind.Platform => ("ENC1111", "Platform", isWarning: true), 492ProjectSettingKind.Platform => (oldOptions.WithPlatform(Platform.Arm64), "AnyCpu", "Arm64"),