1 write to FileName
System.Linq.Expressions (1)
System\Linq\Expressions\SymbolDocumentInfo.cs (1)
17FileName = fileName;
11 references to FileName
System.Linq.Expressions (11)
System\Linq\Expressions\DebugViewWriter.cs (1)
1145Out($".DebugInfo({node.Document.FileName}: {node.StartLine}, {node.StartColumn} - {node.EndLine}, {node.EndColumn})");
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
381Out($"<DebugInfo({node.Document.FileName}: {node.StartLine}, {node.StartColumn}, {node.EndLine}, {node.EndColumn})>");
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2553FileName = node.Document.FileName,
System\Linq\Expressions\SymbolDocumentInfo.cs (8)
81/// <param name="fileName">A <see cref="string"/> to set the <see cref="SymbolDocumentInfo.FileName"/> equal to.</param> 82/// <returns>A <see cref="SymbolDocumentInfo"/> that has the <see cref="SymbolDocumentInfo.FileName"/> property set to the specified value.</returns> 91/// <param name="fileName">A <see cref="string"/> to set the <see cref="SymbolDocumentInfo.FileName"/> equal to.</param> 93/// <returns>A <see cref="SymbolDocumentInfo"/> that has the <see cref="SymbolDocumentInfo.FileName"/> 103/// <param name="fileName">A <see cref="string"/> to set the <see cref="SymbolDocumentInfo.FileName"/> equal to.</param> 106/// <returns>A <see cref="SymbolDocumentInfo"/> that has the <see cref="SymbolDocumentInfo.FileName"/> 117/// <param name="fileName">A <see cref="string"/> to set the <see cref="SymbolDocumentInfo.FileName"/> equal to.</param> 121/// <returns>A <see cref="SymbolDocumentInfo"/> that has the <see cref="SymbolDocumentInfo.FileName"/>