4 references to WithInherits
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Syntax.Generated.vb (2)
2168
Return
WithInherits
([inherits])
2181
Return Me.
WithInherits
(Me.Inherits.AddRange(items))
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
18766
Dim withObj = objectUnderTest.WithInterfaceStatement(objectUnderTest.InterfaceStatement).
WithInherits
(objectUnderTest.Inherits).WithImplements(objectUnderTest.Implements).WithMembers(objectUnderTest.Members).WithEndInterfaceStatement(objectUnderTest.EndInterfaceStatement)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
3614
Return DirectCast(declaration, InterfaceBlockSyntax).
WithInherits
(list)