172 references to UseSpecialTypes
Microsoft.CodeAnalysis (9)
CodeGen\CompilationTestData.cs (1)
107SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
SymbolDisplay\SymbolDisplayFormat.cs (8)
32SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 59SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 94SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 127SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 146SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 170SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 245SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 260SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.CodeStyle (2)
INamespaceOrTypeSymbolExtensions.cs (1)
19miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.ExpandNullable);
SymbolDisplayFormats.cs (1)
29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractAddParameterCodeFixProvider.cs (1)
426miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Expressions.cs (1)
8308SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
204if (format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseSpecialTypes) ||
Symbols\TypeWithAnnotations.cs (2)
65miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 70miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (8)
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).
Emit\NumericIntPtrTests.cs (6)
6213Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 6589Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 6821Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 8094Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10349Assert.Equal("nint", type.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10358Assert.Equal("nuint", type.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)));
Microsoft.CodeAnalysis.CSharp.Features (5)
Completion\CompletionProviders\CrefCompletionProvider.cs (1)
42QualifiedCrefFormat.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (1)
38SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (1)
38SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
37miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
NavigationBar\CSharpNavigationBarItemService.cs (1)
39miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\NativeIntegerTests.cs (4)
9706Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10083Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 10308Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes))); 12357Assert.Equal(expectedSymbol, symbolInfo.Symbol?.ToDisplayString(SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (54)
SymbolDisplay\SymbolDisplayTests.cs (54)
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.UseSpecialTypes); 1278miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2486miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2882SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 2999miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3128miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3189miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3250miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3406SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3460SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3512SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3560SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3641SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3715SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3827SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3937SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4041SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4535miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5170miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5221miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5271miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5370miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5574miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5790miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 5862miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5929miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6050miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6089miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6212miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6323miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 6849.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6934.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7194.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7347.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 7865method.ToDisplayParts(formatWithoutOptions.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)), 8072miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 8610SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
InstructionDecoder.cs (1)
24miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.Features (15)
AbstractAddParameterCodeFixProvider.cs (1)
426miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Completion\Providers\AbstractPartialMethodCompletionProvider.cs (1)
30SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Debugging\AbstractBreakpointResolver.cs (1)
56SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
50SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 67SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
FindUsages\FindUsagesHelpers.cs (1)
76SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
GenerateFromMembers\AbstractGenerateFromMembersCodeRefactoringProvider.cs (1)
126miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ImplementInterface\AbstractImplementInterfaceService.DisposePatternCodeAction.cs (1)
37miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (1)
41SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
InlineHints\AbstractInlineTypeHintsService.cs (1)
29miscellaneousOptions: SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (4)
40SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 67SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 515var underlyingTypeDisplayParts = symbol.EnumUnderlyingType.ToDisplayParts(s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)); 524var style = s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Shared\Extensions\ISymbolExtensions_2.cs (1)
239SymbolDisplayMiscellaneousOptions.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.ExpressionEvaluator.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)
362miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 380miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 422miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 484miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 552miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 608miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 679miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 750miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 816miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 875miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 971miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 1148miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 1480miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 3094miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3472SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 3529SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 4744miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5071miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes), 5116miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes), 5164miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5202miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5324miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5510miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 5763SymbolDisplayMiscellaneousOptions.UseSpecialTypes Or 5888miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Microsoft.CodeAnalysis.Workspaces (2)
INamespaceOrTypeSymbolExtensions.cs (1)
19miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.ExpandNullable);
SymbolDisplayFormats.cs (1)
29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.VisualStudio.LanguageServices (15)
CallHierarchy\CallHierarchyItem.cs (2)
69SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 77SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\AddParameterDialogViewModel.cs (1)
54miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\ChangeSignatureDialogViewModel.cs (2)
309SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 323SymbolDisplayMiscellaneousOptions.UseSpecialTypes |
F1Help\AbstractHelpContextService.cs (2)
35SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (2)
26miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 114? 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)
66miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 86miscellaneousOptions: 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)
38miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 48miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeClass.cs (1)
24miscellaneousOptions: 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)
686result = "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)