1 write to FilePath
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\StackTrace\StackFrame\StackFrameInfo.cs (1)
14FilePath = filePath;
3 references to FilePath
Microsoft.AspNetCore.Shared.Tests (3)
StackTraceHelperTest.cs (3)
42Assert.Contains("Thrower.cs", frame.FilePath); 47Assert.Contains("StackTraceHelperTest.cs", frame.FilePath); 244Assert.Null(frame.FilePath);