5 references to Platform
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (3)
284set { _store[nameof(Platform)] = value; } 285get { return (string?)_store[nameof(Platform)]; } 458string? platform = Platform;
Vbc.cs (2)
866CheckHostObjectSupport(param = nameof(Platform), vbcHostObject.SetPlatform(Platform));