1 write to _typeNameOptions
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
56_typeNameOptions = typeNameOptions;
6 references to _typeNameOptions
Microsoft.CodeAnalysis.Scripting (6)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (6)
112result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 165result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 185result.Append(_formatter.TypeNameFormatter.FormatTypeName(type, _typeNameOptions)); 518result.Append(_formatter.TypeNameFormatter.FormatTypeName(exception.GetType(), _typeNameOptions)); 544result.Append(_formatter.TypeNameFormatter.FormatArrayTypeName(array.GetType(), array, _typeNameOptions)); 548result.Append(_formatter.TypeNameFormatter.FormatTypeName(collection.GetType(), _typeNameOptions));