1 type derived from Base
Mvc.Api.Analyzers.Test (1)
TestFiles\SymbolApiConventionMatcherTest\SymbolApiConventionMatcherTestFile.cs (1)
11
public class Derived :
Base
{ }
1 reference to Base
Mvc.Api.Analyzers.Test (1)
SymbolApiConventionMatcherTest.cs (1)
11
private static readonly string BaseTypeName = typeof(
Base
).FullName;