15 overrides of IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (15)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.SynthesizedMethodBase.cs (1)
118
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\ErrorMethodSymbol.cs (1)
126
internal override bool
IsExplicitInterfaceImplementation
Symbols\ReducedExtensionMethodSymbol.cs (1)
535
internal override bool
IsExplicitInterfaceImplementation
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
299
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\LambdaSymbol.cs (1)
188
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourceEventAccessorSymbol.cs (1)
76
internal override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourceOrdinaryMethodOrUserDefinedOperatorSymbol.cs (1)
198
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
637
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\SubstitutedMethodSymbol.cs (1)
269
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
217
internal override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
329
internal override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedImplementationMethod.cs (1)
128
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedInstanceConstructor.cs (1)
258
internal sealed override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedSealedPropertyAccessor.cs (1)
225
internal override bool
IsExplicitInterfaceImplementation
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
280
internal override bool
IsExplicitInterfaceImplementation
11 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (11)
FlowAnalysis\NullableWalker.cs (1)
7147
if (overriddenMethod.
IsExplicitInterfaceImplementation
)
Symbols\MemberSymbolExtensions.cs (1)
784
return ((MethodSymbol)member).
IsExplicitInterfaceImplementation
;
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
301
get { return _underlyingMethod.
IsExplicitInterfaceImplementation
; }
Symbols\Source\SourceMemberMethodSymbol.cs (5)
573
if (
IsExplicitInterfaceImplementation
&& _containingType.IsInterface)
1089
(hasBody ||
IsExplicitInterfaceImplementation
))
1094
if ((((hasBody || IsExtern) && !(IsStatic && IsVirtual)) ||
IsExplicitInterfaceImplementation
) && !ContainingAssembly.RuntimeSupportsDefaultInterfaceImplementation)
1096
if (IsStatic && !
IsExplicitInterfaceImplementation
)
1106
if (((!hasBody && IsAbstract) || IsVirtual) && !
IsExplicitInterfaceImplementation
&& IsStatic && !ContainingAssembly.RuntimeSupportsStaticAbstractMembersInInterfaces)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
632
if (ContainingType.IsInterface ||
IsExplicitInterfaceImplementation
)
Symbols\SubstitutedMethodSymbol.cs (1)
271
get { return this.OriginalDefinition.
IsExplicitInterfaceImplementation
; }
Symbols\TypeSymbol.cs (1)
1920
if (!implementingMethod.
IsExplicitInterfaceImplementation
&& implementingMethod is SourceMethodSymbol &&