3 references to RazorInputItems
Microsoft.NET.Sdk.Razor.Tasks (3)
EncodeRazorInputItem.cs (3)
30
EncodedRazorInputItems = new ITaskItem[
RazorInputItems
.Length];
32
for (var i = 0; i <
RazorInputItems
.Length; i++)
34
var input =
RazorInputItems
[i];