Base:
property
IsSub
Microsoft.CodeAnalysis.VisualBasic.Symbols.MethodSymbol.IsSub
1 override of IsSub
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\CustomEventAccessorSymbol.vb (1)
141
Public Overrides ReadOnly Property
IsSub
As Boolean
16 references to IsSub
Microsoft.CodeAnalysis.VisualBasic (8)
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (1)
91
If method.
IsSub
Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
1759
If Not method.
IsSub
Then
Symbols\Source\SourceMethodSymbol.vb (5)
124
If methodSym.IsPartial AndAlso methodSym.
IsSub
Then
1724
If Not Me.
IsSub
Then
2248
Debug.Assert(Me.
IsSub
)
2268
Debug.Assert(Me.
IsSub
)
2307
If Me.
IsSub
Then
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
238
Debug.Assert(Me.
IsSub
)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (8)
SymbolsTests\Source\DelegateTests.vb (8)
69
Assert.True(delegateCtor.
IsSub
())
80
Assert.True(delegateInvoke.
IsSub
())
93
Assert.False(delegateBeginInvoke.
IsSub
())
112
Assert.True(delegateEndInvoke.
IsSub
())
131
Assert.False(delegateInvoke.
IsSub
())
143
Assert.False(delegateEndInvoke.
IsSub
())
157
Assert.True(delegateInvoke.
IsSub
())
172
Assert.False(delegateInvoke.
IsSub
())