9 references to RuntimeSupportsStaticAbstractMembersInInterfaces
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Conversions.cs (1)
423
if (!Compilation.Assembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
)
Binder\Binder_Expressions.cs (1)
8710
if (!Compilation.Assembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
&& Compilation.SourceModule != symbol.ContainingModule)
Binder\Binder_Operators.cs (1)
2398
if (!Compilation.Assembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
)
Symbols\AssemblySymbol.cs (1)
427
return this.
RuntimeSupportsStaticAbstractMembersInInterfaces
;
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
368
if (implementedMember.IsStatic && !implementingMember.ContainingAssembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
99
if (!ContainingAssembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1109
if (((!hasBody && IsAbstract) || IsVirtual) && !IsExplicitInterfaceImplementation && IsStatic && !ContainingAssembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
)
Symbols\TypeSymbol.cs (2)
1652
implementingType.ContainingAssembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
:
1752
if (!implementingType.ContainingAssembly.
RuntimeSupportsStaticAbstractMembersInInterfaces
)