Base:
property
IsStatic
Microsoft.CodeAnalysis.CSharp.Symbol.IsStatic
10 references to IsStatic
Microsoft.CodeAnalysis.CSharp (10)
Compiler\MethodBodySynthesizer.cs (1)
376
BoundThisReference fieldReceiver = eventSymbol.
IsStatic
?
Symbols\Source\SourceEventSymbol.cs (4)
526
Debug.Assert(!
IsStatic
|| !IsOverride); // Otherwise should have been reported and cleared earlier.
527
Debug.Assert(!
IsStatic
|| ContainingType.IsInterface || (!IsAbstract && !IsVirtual)); // Otherwise should have been reported and cleared earlier.
537
else if (IsReadOnly &&
IsStatic
)
583
else if (ContainingType.IsStatic && !
IsStatic
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (4)
68
if (inInterfaceType && !this.
IsStatic
)
90
if (!
IsStatic
&& ContainingType.IsReadOnly)
97
if ((IsAbstract || IsVirtual) &&
IsStatic
)
104
else if (this.IsExtern || this.
IsStatic
)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5085
DeclarationModifiers.Private | (@event.
IsStatic
? DeclarationModifiers.Static : 0),