Base:
property
IsStatic
Microsoft.CodeAnalysis.CSharp.Symbol.IsStatic
12 references to IsStatic
Microsoft.CodeAnalysis.CSharp (12)
Compiler\MethodBodySynthesizer.cs (1)
376
BoundThisReference fieldReceiver = eventSymbol.
IsStatic
?
Symbols\Source\SourceEventSymbol.cs (6)
580
Debug.Assert(!
IsStatic
|| !IsOverride); // Otherwise should have been reported and cleared earlier.
581
Debug.Assert(!
IsStatic
|| ContainingType.IsInterface || (!IsAbstract && !IsVirtual)); // Otherwise should have been reported and cleared earlier.
591
else if (IsReadOnly &&
IsStatic
)
649
else if (ContainingType.IsStatic && !
IsStatic
)
881
if (
IsStatic
!= implementation.
IsStatic
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (4)
70
if (inInterfaceType && !this.
IsStatic
)
96
if (!
IsStatic
&& ContainingType.IsReadOnly)
103
if ((IsAbstract || IsVirtual) &&
IsStatic
)
110
else if (this.IsExtern || this.
IsStatic
)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5294
DeclarationModifiers.Private | (@event.
IsStatic
? DeclarationModifiers.Static : 0),