1 write to DeclPieces
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\SplitDecision.cs (1)
104DeclPieces = declPieces.NullToEmpty();
2 references to DeclPieces
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorMarkupSplitPhase.cs (1)
210foreach (var piece in member.DeclPieces)
Language\SplitDecision.cs (1)
92/// <see cref="DeclPieces"/> for the decl half and <see cref="ImplPieces"/> for the impl half. Original