1 write to Interfaces
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\ImplementsDirectivePass.cs (1)
39@class.Interfaces = interfaces.ToImmutableAndClear();
5 references to Interfaces
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
179node.Interfaces,
Language\Extensions\ImplementsDirectivePass.cs (2)
26interfaces.AddRange(@class.Interfaces); 37if (interfaces.Count > @class.Interfaces.Length)
Language\Intermediate\ClassDeclarationIntermediateNode.cs (2)
29formatter.WriteProperty(nameof(Interfaces), string.Join(", ", Interfaces.Select(i => i.Content)));