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