1 override of IsInterface
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedType.cs (1)
178protected override bool IsInterface
4 references to IsInterface
Microsoft.CodeAnalysis (4)
Emit\NoPia\CommonEmbeddedType.cs (4)
191if (IsInterface && !hasComEventInterfaceAttribute) 213builder.AddIfNotNull(CreateTypeIdentifierAttribute(hasGuid && IsInterface, syntaxNodeOpt, diagnostics)); 347return IsInterface || IsComImport; 363return IsInterface;