2 writes to Lineno
Microsoft.AspNetCore.Components.Web (1)
WebEventData\ErrorEventArgsReader.cs (1)
37eventArgs.Lineno = property.Value.GetInt32();
Microsoft.AspNetCore.Components.Web.Tests (1)
WebEventData\ErrorEventArgsReaderTest.cs (1)
18Lineno = 8,
2 references to Lineno
Microsoft.AspNetCore.Components.Web.Tests (2)
WebEventData\ErrorEventArgsReaderTest.cs (2)
31Assert.Equal(args.Lineno, result.Lineno);