4 writes to Interfaces
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultRazorMarkupSplitPhase.cs (1)
155stubClass.Interfaces = [];
Language\Extensions\ImplementsDirectivePass.cs (1)
39@class.Interfaces = interfaces.ToImmutableAndClear();
Language\Intermediate\ClassDeclarationIntermediateNode.cs (1)
34Interfaces = Interfaces,
Language\RazorCSharpDocumentWriter.cs (1)
88Interfaces = node.Interfaces,
7 references to Interfaces
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\Extensions\ImplementsDirectivePass.cs (2)
26interfaces.AddRange(@class.Interfaces); 37if (interfaces.Count > @class.Interfaces.Length)
Language\Intermediate\ClassDeclarationIntermediateNode.cs (3)
34Interfaces = Interfaces, 48formatter.WriteProperty(nameof(Interfaces), string.Join(", ", Interfaces.Select(i => i.Content)));
Language\RazorCSharpDocumentWriter.cs (2)
88Interfaces = node.Interfaces, 215node.Interfaces,