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