8 references to RuntimeSupportsDefaultInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Expressions.cs (1)
8722
else if (!Compilation.Assembly.
RuntimeSupportsDefaultInterfaceImplementation
&& Compilation.SourceModule != symbol.ContainingModule)
Symbols\AssemblySymbol.cs (1)
421
return this.
RuntimeSupportsDefaultInterfaceImplementation
;
Symbols\Source\ModifierUtils.cs (1)
479
if (symbol.ContainingType?.IsInterface == true && !symbol.ContainingAssembly.
RuntimeSupportsDefaultInterfaceImplementation
)
Symbols\Source\SourceCustomEventSymbol.cs (1)
153
if (!ContainingAssembly.
RuntimeSupportsDefaultInterfaceImplementation
)
Symbols\Source\SourceFieldLikeEventSymbol.cs (1)
106
if (!ContainingAssembly.
RuntimeSupportsDefaultInterfaceImplementation
)
Symbols\Source\SourceMemberFieldSymbol.cs (1)
365
if (!ContainingAssembly.
RuntimeSupportsDefaultInterfaceImplementation
)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
1104
if ((((hasBody || IsExtern) && !(IsStatic && IsVirtual)) || IsExplicitInterfaceImplementation) && !ContainingAssembly.
RuntimeSupportsDefaultInterfaceImplementation
)
Symbols\TypeSymbol.cs (1)
1653
implementingType.ContainingAssembly.
RuntimeSupportsDefaultInterfaceImplementation
))