Implemented interface member:
property
UseProxyTypes
Microsoft.Build.Tasks.ISGenTaskContract.UseProxyTypes
2 references to UseProxyTypes
Microsoft.Build.Tasks.Core (2)
SGen.cs (2)
196
set => Bag[nameof(
UseProxyTypes
)] = value;
197
get => GetBoolParameterWithDefault(nameof(
UseProxyTypes
), false);