28 references to ShortFormat
Microsoft.CodeAnalysis.CSharp (12)
Binder\Binder.ValueChecks.cs (1)
2880Error(diagnostics, ReadOnlyErrors[index], node, symbolKind, new FormattedSymbol(symbol, SymbolDisplayFormat.ShortFormat));
Binder\Binder_Conversions.cs (1)
768new FormattedSymbol(parameter, SymbolDisplayFormat.ShortFormat),
FlowAnalysis\NullableWalker.cs (1)
2165new FormattedSymbol(parameterOpt, SymbolDisplayFormat.ShortFormat);
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
205Error(diagnostic, node, new FormattedSymbol(symbol, SymbolDisplayFormat.ShortFormat));
Symbols\Source\SourceAssemblySymbol.cs (1)
1089y.ToDisplayString(SymbolDisplayFormat.ShortFormat),
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (2)
1177new FormattedSymbol(overridingParameter, SymbolDisplayFormat.ShortFormat)); 1229new FormattedSymbol(overridingParameter, SymbolDisplayFormat.ShortFormat));
Symbols\Source\SourceOrdinaryMethodSymbol.cs (2)
719diagnostics.Add(ErrorCode.ERR_ScopedMismatchInParameterOfPartial, implementingMethod.Locations[0], new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat)); 740diagnostics.Add(ErrorCode.WRN_NullabilityMismatchInParameterTypeOnPartial, implementingMethod.Locations[0], new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat));
Symbols\TypeSymbol.cs (3)
1820new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat), 1829new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat), 1859new FormattedSymbol(implementingParameter, SymbolDisplayFormat.ShortFormat));
Microsoft.CodeAnalysis.VisualBasic (16)
SymbolDisplay\CustomSymbolDisplayFormatter.vb (16)
78globalNamespaceStyle:=SymbolDisplayFormat.ShortFormat.GlobalNamespaceStyle, 79typeQualificationStyle:=SymbolDisplayFormat.ShortFormat.TypeQualificationStyle, 81memberOptions:=SymbolDisplayFormat.ShortFormat.MemberOptions, 82parameterOptions:=SymbolDisplayFormat.ShortFormat.ParameterOptions, 83propertyStyle:=SymbolDisplayFormat.ShortFormat.PropertyStyle, 84localOptions:=SymbolDisplayFormat.ShortFormat.LocalOptions, 85kindOptions:=SymbolDisplayFormat.ShortFormat.KindOptions, 86miscellaneousOptions:=SymbolDisplayFormat.ShortFormat.MiscellaneousOptions) 90globalNamespaceStyle:=SymbolDisplayFormat.ShortFormat.GlobalNamespaceStyle, 93memberOptions:=SymbolDisplayFormat.ShortFormat.MemberOptions, 94parameterOptions:=SymbolDisplayFormat.ShortFormat.ParameterOptions, 95propertyStyle:=SymbolDisplayFormat.ShortFormat.PropertyStyle, 96localOptions:=SymbolDisplayFormat.ShortFormat.LocalOptions, 97kindOptions:=SymbolDisplayFormat.ShortFormat.KindOptions, 98miscellaneousOptions:=SymbolDisplayFormat.ShortFormat.MiscellaneousOptions) 113Return New FormattedSymbol(symbol, SymbolDisplayFormat.ShortFormat)