4 references to AddBaseListTypes
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
10470internal override BaseTypeDeclarationSyntax AddBaseListTypesCore(params BaseTypeSyntax[] items) => AddBaseListTypes(items);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxNodeTests.cs (1)
65var cls2 = cls.AddBaseListTypes(SyntaxFactory.SimpleBaseType(SyntaxFactory.ParseTypeName("B")));
Microsoft.Interop.ComInterfaceGenerator (2)
ComClassGenerator.cs (1)
86.AddBaseListTypes(SimpleBaseType(TypeSyntaxes.IComExposedClass))
ComInterfaceGenerator.cs (1)
855.AddBaseListTypes(SimpleBaseType(TypeSyntaxes.IIUnknownInterfaceType));