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