4 writes to InstantiationCount
Microsoft.AspNetCore.OpenApi.Tests (4)
Transformers\TypeBasedTransformerLifetimeTests.cs (4)
44
ActivatedSchemaTransformerWithDependency.
InstantiationCount
= 0;
70
ActivatedSchemaTransformerWithDependency.
InstantiationCount
= 0;
96
ActivatedSchemaTransformerWithDependency.
InstantiationCount
= 0;
361
InstantiationCount
+= 1;
3 references to InstantiationCount
Microsoft.AspNetCore.OpenApi.Tests (3)
Transformers\TypeBasedTransformerLifetimeTests.cs (3)
52
Assert.Equal(3, ActivatedSchemaTransformerWithDependency.
InstantiationCount
);
78
Assert.Equal(3, ActivatedSchemaTransformerWithDependency.
InstantiationCount
);
104
Assert.Equal(3, ActivatedSchemaTransformerWithDependency.
InstantiationCount
);