4 writes to InstantiationCount
Microsoft.AspNetCore.OpenApi.Tests (4)
Transformers\TypeBasedTransformerLifetimeTests.cs (4)
263ActivatedDocumentTransformerWithDependency.InstantiationCount = 0; 289ActivatedDocumentTransformerWithDependency.InstantiationCount = 0; 315ActivatedDocumentTransformerWithDependency.InstantiationCount = 0; 419InstantiationCount += 1;
3 references to InstantiationCount
Microsoft.AspNetCore.OpenApi.Tests (3)
Transformers\TypeBasedTransformerLifetimeTests.cs (3)
271Assert.Equal(3, ActivatedDocumentTransformerWithDependency.InstantiationCount); 297Assert.Equal(3, ActivatedDocumentTransformerWithDependency.InstantiationCount); 323Assert.Equal(3, ActivatedDocumentTransformerWithDependency.InstantiationCount);