10 instantiations of NonStaticTestClass
Microsoft.Gen.Logging.Generated.Tests (10)
LoggerMessageAttributeTests.cs (4)
33new NonStaticTestClass(logger).M0("arg0"); 137new NonStaticTestClass(logger).M1("arg0"); 143new NonStaticTestClass(logger).M2("arg0", "arg1", "arg2"); 149new NonStaticTestClass(logger).M3(LogLevel.Information, "arg_0");
LogMethodTests.cs (1)
478var instance = new NonStaticTestClass(logger);
LogPropertiesRedactionTests.cs (2)
24var instance = new NonStaticTestClass(logger); 49var instance = new NonStaticTestClass(logger);
LogPropertiesTests.cs (1)
322new NonStaticTestClass(_logger).LogProperties(StringParamValue, classToLog);
TagProviderTests.cs (2)
53new NonStaticTestClass(_logger).LogPropertiesWithProvider(StringParamValue, classToLog); 78new NonStaticTestClass(_logger).DefaultAttrCtorLogPropertiesWithProvider(LogLevel.Debug, StringParamValue, classToLog);
3 references to NonStaticTestClass
Microsoft.Gen.Logging.Generated.Tests (3)
LogMethodTests.cs (1)
478var instance = new NonStaticTestClass(logger);
LogPropertiesRedactionTests.cs (2)
24var instance = new NonStaticTestClass(logger); 49var instance = new NonStaticTestClass(logger);