Base:
property
IsGenericMethod
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.MethodSymbol.IsGenericMethod
2 references to IsGenericMethod
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceMethodSymbol.vb (2)
736
If(
IsGenericMethod
, CallingConvention.Generic, CallingConvention.Default)
1793
If Me.
IsGenericMethod
OrElse (Me.ContainingType IsNot Nothing AndAlso Me.ContainingType.IsGenericType) Then