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