25 references to DeclareMethod
Microsoft.CodeAnalysis.VisualBasic (21)
Binding\Binder_Utils.vb (2)
902
If Not methodSymbol.MethodKind = MethodKind.
DeclareMethod
Then
1655
MethodKindDeclare = CUInt(MethodKind.
DeclareMethod
) << MethodKindShift
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
725
Return If(method.MethodKind = MethodKind.
DeclareMethod
, "declare",
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
108
Me.IsDeclareMethod = method.MethodKind = MethodKind.
DeclareMethod
Compilation\DocumentationComments\DocumentationCommentCompiler.Method.vb (2)
92
If method.MethodKind = MethodKind.
DeclareMethod
Then
106
If method.MethodKind = MethodKind.UserDefinedOperator OrElse method.MethodKind = MethodKind.
DeclareMethod
Then
SymbolDisplay\SymbolDisplayVisitor.Members.vb (2)
311
Case MethodKind.Ordinary, MethodKind.DelegateInvoke, MethodKind.
DeclareMethod
687
Return vbMethod IsNot Nothing AndAlso vbMethod.MethodKind = MethodKind.
DeclareMethod
Symbols\Source\OverrideHidingHelper.vb (1)
499
Case MethodKind.Conversion, MethodKind.DelegateInvoke, MethodKind.UserDefinedOperator, MethodKind.Ordinary, MethodKind.
DeclareMethod
,
Symbols\Source\SourceDeclareMethodSymbol.vb (1)
36
Debug.Assert(MyBase.MethodKind = MethodKind.
DeclareMethod
)
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
2454
Return sourceMethodSymbol.MethodKind = MethodKind.Ordinary OrElse sourceMethodSymbol.MethodKind = MethodKind.
DeclareMethod
Symbols\Source\SourceMethodSymbol.vb (4)
1499
If Not (Me.MethodKind <> MethodKind.Ordinary AndAlso Me.MethodKind <> MethodKind.
DeclareMethod
) AndAlso
1603
If Me.MethodKind <> MethodKind.Ordinary AndAlso Me.MethodKind <> MethodKind.
DeclareMethod
Then
1775
Case MethodKind.
DeclareMethod
1867
Debug.Assert(MethodKind <> MethodKind.
DeclareMethod
)
Symbols\Source\SourceParameterSymbol.vb (3)
186
If containingSymbol.Kind = SymbolKind.Method AndAlso DirectCast(containingSymbol, MethodSymbol).MethodKind = MethodKind.
DeclareMethod
Then
452
If methodSymbol.MethodKind = MethodKind.
DeclareMethod
Then
496
DirectCast(ContainingSymbol, MethodSymbol).MethodKind = MethodKind.
DeclareMethod
Then
Symbols\Symbol.vb (2)
618
Case MethodKind.Ordinary, MethodKind.
DeclareMethod
, MethodKind.ReducedExtension
658
Case MethodKind.Ordinary, MethodKind.
DeclareMethod
, MethodKind.ReducedExtension, MethodKind.DelegateInvoke, MethodKind.UserDefinedOperator, MethodKind.Conversion
Symbols\Symbol_Attributes.vb (1)
79
MethodKind.
DeclareMethod
,
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
18
MethodKind.
DeclareMethod
or
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
CodeModel\VisualBasicCodeModelService.vb (1)
2545
MethodKind.
DeclareMethod
ObjectBrowser\DescriptionBuilder.vb (2)
118
Case MethodKind.
DeclareMethod
341
(methodSymbol Is Nothing OrElse Not methodSymbol.MethodKind = MethodKind.
DeclareMethod
) AndAlso