2 references to IntermediateNodeCollection
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Intermediate\IntermediateNodeCollection.cs (2)
15public static readonly IntermediateNodeCollection ReadOnly = new IntermediateNodeCollection(new List<IntermediateNode>().AsReadOnly()); 20: this(new List<IntermediateNode>())