7 references to Platform
Microsoft.Build.Tasks.CodeAnalysis (7)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
584
CheckHostObjectSupport(param = nameof(
Platform
), cscHostObject.SetPlatform(
Platform
));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
284
set { _store[nameof(
Platform
)] = value; }
285
get { return (string?)_store[nameof(
Platform
)]; }
458
string? platform =
Platform
;
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
866
CheckHostObjectSupport(param = nameof(
Platform
), vbcHostObject.SetPlatform(
Platform
));