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