2 instantiations of GenericClass
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (1)
223
PropertyOfGenerics = new
GenericClass
<int> { GenericProp = 1 },
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesExtensions.cs (1)
56
public GenericClass<string> TransitiveGenericProp =>
new
()
2 references to GenericClass
Microsoft.Gen.Logging.Generated.Tests (2)
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesExtensions.cs (2)
56
public
GenericClass
<string> TransitiveGenericProp => new()
175
public
GenericClass
<int>? PropertyOfGenerics { get; set; }