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