4 writes to InstantiationCount
Microsoft.AspNetCore.OpenApi.Tests (4)
Transformers\TypeBasedTransformerLifetimeTests.cs (4)
265ActivatedDocumentTransformerWithDependency.InstantiationCount = 0; 291ActivatedDocumentTransformerWithDependency.InstantiationCount = 0; 317ActivatedDocumentTransformerWithDependency.InstantiationCount = 0; 420InstantiationCount += 1;
3 references to InstantiationCount
Microsoft.AspNetCore.OpenApi.Tests (3)
Transformers\TypeBasedTransformerLifetimeTests.cs (3)
273Assert.Equal(3, ActivatedDocumentTransformerWithDependency.InstantiationCount); 299Assert.Equal(3, ActivatedDocumentTransformerWithDependency.InstantiationCount); 325Assert.Equal(3, ActivatedDocumentTransformerWithDependency.InstantiationCount);