190 references to UseSpecialTypes
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Parser\Extensions.cs (2)
72miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 78miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Analyzers.Local (4)
ApiLifecycle\AssemblyAnalysis.cs (4)
41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 65miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 73miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 98miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis (9)
CodeGen\CompilationTestData.cs (1)
107SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
SymbolDisplay\SymbolDisplayFormat.cs (8)
32SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 58SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 92SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 125SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 144SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 168SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 243SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 258SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\INamespaceOrTypeSymbolExtensions.cs (1)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.ExpandNullable);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolDisplayFormats.cs (1)
29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\AddParameter\AbstractAddParameterCodeFixProvider.cs (1)
41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (1)
43miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
9679SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
207if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseSpecialTypes) ||
Symbols\TypeWithAnnotations.cs (2)
68miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 73miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (6)
Emit\NumericIntPtrTests.cs (6)
6247Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 6623Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 6855Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 8128Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10383Assert.Equal("nint", type.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10392Assert.Equal("nuint", type.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_NativeInteger.cs (1)
23private static readonly SymbolDisplayFormat FormatWithSpecialTypes = SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Attributes\AttributeTests_Nullable.cs (1)
4197WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes).
Microsoft.CodeAnalysis.CSharp.Features (4)
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
44QualifiedCrefFormat.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (1)
38SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
35miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
NavigationBar\CSharpNavigationBarItemService.cs (1)
38miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NativeIntegerTests.cs (4)
9732Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10109Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10334Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 12383Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (60)
SymbolDisplay\SymbolDisplayTests.cs (60)
262miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 300miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 358miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 423miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 479miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 547miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 612miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 668miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 765miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 804miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 837miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 876miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 911miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 946miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 981miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1016miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1070miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1111miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1157miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1186miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1218miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 1385miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2294miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2367miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2396miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2880miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3305SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 3422miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3551miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3612miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3673miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3829SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3883SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3935SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3983SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4064SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4138SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4250SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4360SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4464SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4958miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5593miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5644miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5694miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5793miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5997miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6213miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6285miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6352miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6473miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6512miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6635miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6746miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 7272.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7357.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7617.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7770.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 8288method.ToDisplayParts(formatWithoutOptions.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)), 8495miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 9100SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (2)
InstructionDecoder.cs (2)
24miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 30miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.Features (15)
Completion\Providers\AbstractPartialMethodCompletionProvider.cs (1)
29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Debugging\AbstractBreakpointResolver.cs (1)
55SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
52SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 69SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
FindUsages\FindUsagesHelpers.cs (1)
93SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
GenerateFromMembers\GenerateFromMembersHelpers.cs (1)
120miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
39SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
InlineHints\AbstractInlineTypeHintsService.cs (1)
21miscellaneousOptions: SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (4)
36SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 63SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 467var style = s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 499var underlyingTypeDisplayParts = symbol.EnumUnderlyingType.ToDisplayParts(s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes));
Shared\Extensions\ISymbolExtensions_2.cs (1)
247SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
src\Analyzers\Core\CodeFixes\AddParameter\AbstractAddParameterCodeFixProvider.cs (1)
41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (1)
43miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.VisualBasic (2)
SymbolDisplay\CustomSymbolDisplayFormatter.vb (1)
27SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
SymbolDisplay\SymbolDisplayVisitor.Types.vb (1)
94If Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseSpecialTypes) Then
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (1)
CompilationContext.vb (1)
28miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Microsoft.CodeAnalysis.VisualBasic.Features (5)
CodeLens\VisualBasicDisplayInfoService.vb (1)
27SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Completion\CompletionProviders\CrefCompletionProvider.vb (1)
32miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Completion\CompletionProviders\PartialTypeCompletionProvider.vb (1)
31SymbolDisplayMiscellaneousOptions.UseSpecialTypes,
NavigationBar\VisualBasicNavigationBarItemService.vb (1)
32miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
SignatureHelp\GenericNameSignatureHelpProvider.NamedType.vb (1)
13miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (26)
SymbolDisplay\SymbolDisplayTests.vb (26)
363miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 381miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 423miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 485miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 553miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 609miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 680miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 751miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 817miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 876miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 972miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 1149miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 1481miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 3095miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3473SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 3530SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 4745miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5072miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes), 5117miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes), 5165miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5203miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5353miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5539miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 5792SymbolDisplayMiscellaneousOptions.UseSpecialTypes Or 5917miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 6012miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\INamespaceOrTypeSymbolExtensions.cs (1)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.ExpandNullable);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolDisplayFormats.cs (1)
29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.DotNet.CodeAnalysis (1)
Helpers.cs (1)
31SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Gen.Logging (1)
Parsing\Parser.cs (1)
557SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes));
Microsoft.Gen.MetadataExtractor (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
32SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Gen.Metrics (1)
Parser.cs (1)
32SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Gen.MetricsReports (1)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (1)
32SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.VisualStudio.LanguageServices (15)
CallHierarchy\CallHierarchyItem.cs (2)
65SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 73SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\AddParameterDialogViewModel.cs (1)
50miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\ChangeSignatureDialogViewModel.cs (2)
293SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 307SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
F1Help\AbstractHelpContextService.cs (2)
35SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (2)
27miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 111? SymbolDisplayMiscellaneousOptions.UseSpecialTypes
Library\ObjectBrowser\AbstractListItemFactory.cs (3)
37miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 47miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 57miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Library\ObjectBrowser\Extensions.cs (1)
27miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Utilities\SymbolViewModel.cs (2)
24miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 31miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier);
Microsoft.VisualStudio.LanguageServices.CSharp (7)
CodeModel\CSharpCodeModelService.cs (2)
67miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 87miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ObjectBrowser\CSharpLibraryService.cs (1)
28miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ObjectBrowser\ListItemFactory.cs (2)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 28miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Progression\CSharpProgressionLanguageService.cs (2)
33miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 43miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.VisualStudio.LanguageServices.VisualBasic (11)
CodeModel\VisualBasicCodeModelService.vb (3)
68miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 88miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 95miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
CodeModel\VisualBasicCodeModelService_Prototype.vb (2)
22miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 29miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Help\VisualBasicHelpContextService.Visitor.vb (1)
690result = "vb." + typeInfo.ToDisplayString(TypeFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))
ObjectBrowser\ListItemFactory.vb (2)
18miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 26miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
ObjectBrowser\VisualBasicLibraryService.vb (1)
26miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Progression\VisualBasicProgressionLanguageService.vb (2)
65miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 75miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)