1 write to DisableAutoFakes
vstest.console (1)
Processors\DisableAutoFakesArgumentProcessor.cs (1)
67
_commandLineOptions.
DisableAutoFakes
= value;
1 reference to DisableAutoFakes
vstest.console (1)
CommandLine\GenerateFakesUtilities.cs (1)
18
if (commandLineOptions == null || !commandLineOptions.
DisableAutoFakes
)