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