Implemented interface member:
property
UseProxyTypes
Microsoft.Build.Tasks.ISGenTaskContract.UseProxyTypes
10 writes to UseProxyTypes
Microsoft.Build.Tasks.UnitTests (10)
SGen_Tests.cs (10)
63sgen.UseProxyTypes = false; 84sgen.UseProxyTypes = false; 99sgen.UseProxyTypes = false; 117sgen.UseProxyTypes = false; 133sgen.UseProxyTypes = false; 151sgen.UseProxyTypes = false; 169sgen.UseProxyTypes = false; 234sgen.UseProxyTypes = false; 250sgen.UseProxyTypes = false; 266sgen.UseProxyTypes = false;
2 references to UseProxyTypes
Microsoft.Build.Tasks.Core (2)
SGen.cs (2)
196set => Bag[nameof(UseProxyTypes)] = value; 197get => GetBoolParameterWithDefault(nameof(UseProxyTypes), false);