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