1 write to _typeNameOptions
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
55_typeNameOptions = typeNameOptions;
6 references to _typeNameOptions
Microsoft.CodeAnalysis.Scripting (6)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (6)
111result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 164result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 184result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 517result.Append(_formatter.TypeNameFormatter.FormatTypeName(exception.GetType(), _typeNameOptions)); 543result.Append(_formatter.TypeNameFormatter.FormatArrayTypeName(array.GetType(), array, _typeNameOptions)); 547result.Append(_formatter.TypeNameFormatter.FormatTypeName(collection.GetType(), _typeNameOptions));