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