Base:
property
IsStatic
Microsoft.CodeAnalysis.CSharp.Symbol.IsStatic
10 references to IsStatic
Microsoft.CodeAnalysis.CSharp (10)
Compiler\MethodBodySynthesizer.cs (1)
373
BoundThisReference fieldReceiver = eventSymbol.
IsStatic
?
Symbols\Source\SourceEventSymbol.cs (4)
518
Debug.Assert(!
IsStatic
|| !IsOverride); // Otherwise should have been reported and cleared earlier.
519
Debug.Assert(!
IsStatic
|| ContainingType.IsInterface || (!IsAbstract && !IsVirtual)); // Otherwise should have been reported and cleared earlier.
529
else if (IsReadOnly &&
IsStatic
)
575
else if (ContainingType.IsStatic && !
IsStatic
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (4)
67
if (inInterfaceType && !this.
IsStatic
)
89
if (!
IsStatic
&& ContainingType.IsReadOnly)
96
if ((IsAbstract || IsVirtual) &&
IsStatic
)
103
else if (this.IsExtern || this.
IsStatic
)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
4816
DeclarationModifiers.Private | (@event.
IsStatic
? DeclarationModifiers.Static : 0),