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