185 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)
428miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
src\Analyzers\Core\CodeFixes\ImplementInterface\ImplementInterfaceGenerator_DisposePattern.cs (1)
43miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
9646SymbolDisplayMiscellaneousOptions.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 (5)
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
44QualifiedCrefFormat.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (1)
38SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
36SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
36miscellaneousOptions: 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 (57)
SymbolDisplay\SymbolDisplayTests.cs (57)
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); 2593miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3018SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 3135miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3264miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3325miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3386miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3542SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3596SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3648SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3696SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3777SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3851SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3963SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4073SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4177SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4671miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5306miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5357miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5407miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5506miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5710miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5926miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 5998miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6065miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6186miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6225miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6348miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6459miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 6985.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7070.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7330.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7483.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 8001method.ToDisplayParts(formatWithoutOptions.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)), 8208miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 8813SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
InstructionDecoder.cs (1)
24miscellaneousOptions: 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)
77SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
GenerateFromMembers\AbstractGenerateFromMembersCodeRefactoringProvider.cs (1)
126miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
39SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
InlineHints\AbstractInlineTypeHintsService.cs (1)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (4)
35SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 62SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 476var underlyingTypeDisplayParts = symbol.EnumUnderlyingType.ToDisplayParts(s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)); 485var style = s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Shared\Extensions\ISymbolExtensions_2.cs (1)
244SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
src\Analyzers\Core\CodeFixes\AddParameter\AbstractAddParameterCodeFixProvider.cs (1)
428miscellaneousOptions: 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 (25)
SymbolDisplay\SymbolDisplayTests.vb (25)
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)
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.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)
54miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\ChangeSignatureDialogViewModel.cs (2)
293SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 307SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
F1Help\AbstractHelpContextService.cs (2)
35SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (2)
26miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 112? SymbolDisplayMiscellaneousOptions.UseSpecialTypes
Library\ObjectBrowser\AbstractListItemFactory.cs (3)
36miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 46miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 56miscellaneousOptions: 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)