Base:
property
IsStatic
Microsoft.CodeAnalysis.CSharp.Symbol.IsStatic
1 override of IsStatic
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedExplicitImplementationForwardingMethod.cs (1)
48
public override bool
IsStatic
=> _implementingMethod.IsStatic;
4 references to IsStatic
Microsoft.CodeAnalysis.CSharp (4)
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
126
get { return _getter.
IsStatic
; }
Symbols\Synthesized\SynthesizedImplementationMethod.cs (3)
228
return !
IsStatic
;
235
return !
IsStatic
;
241
return !
IsStatic
;