1 write to _symbolDisplayFormat
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILBuilderVisualizer.cs (1)
31
_symbolDisplayFormat
= symbolDisplayFormat ?? SymbolDisplayFormat.ILVisualizationFormat;
2 references to _symbolDisplayFormat
Microsoft.CodeAnalysis.Test.Utilities (2)
Metadata\ILBuilderVisualizer.cs (2)
63
return string.Format("\"{0}\"", symbol == null ? (object)reference : symbol.ToDisplayString(
_symbolDisplayFormat
));
68
return (((type as ISymbolInternal) ?? (type as Cci.IReference)?.GetInternalSymbol()) is ISymbolInternal symbol) ? symbol.GetISymbol().ToDisplayString(
_symbolDisplayFormat
) : type.ToString();