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