1 write to _typeNameOptions
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
54_typeNameOptions = typeNameOptions;
6 references to _typeNameOptions
Microsoft.CodeAnalysis.Scripting (6)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (6)
110result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 163result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 183result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 516result.Append(_formatter.TypeNameFormatter.FormatTypeName(exception.GetType(), _typeNameOptions)); 542result.Append(_formatter.TypeNameFormatter.FormatArrayTypeName(array.GetType(), array, _typeNameOptions)); 546result.Append(_formatter.TypeNameFormatter.FormatTypeName(collection.GetType(), _typeNameOptions));