452 references to SymbolDisplayMiscellaneousOptions
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Parser\Extensions.cs (2)
72miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 78miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Analyzers.Local (8)
ApiLifecycle\AssemblyAnalysis.cs (8)
41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 42SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier, 65miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 66SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier, 73miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 74SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier, 98miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 99SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier,
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
StaticRouteHandlerModel\Emitters\EmitterConstants.cs (1)
12miscellaneousOptions: SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier);
Microsoft.CodeAnalysis (57)
CodeGen\CompilationTestData.cs (5)
105SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 106SymbolDisplayMiscellaneousOptions.ExpandValueTuple | 107SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 108SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays | 109SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName);
SymbolDisplay\SymbolDisplayExtensions.cs (3)
117/// Determines if a flag is set on the <see cref="SymbolDisplayMiscellaneousOptions"/> enum. 122internal static bool IncludesOption(this SymbolDisplayMiscellaneousOptions options, SymbolDisplayMiscellaneousOptions flag)
SymbolDisplay\SymbolDisplayFormat.cs (49)
31SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 32SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 33SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays | 34SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 35SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 57SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 58SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 59SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays | 60SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 61SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 91SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 92SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 93SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays | 94SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName); 124SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 125SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 126SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays | 127SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName); 143SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 144SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 167SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 168SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 169SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 197SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 198SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 199SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier, 211AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier). 230miscellaneousOptions: SymbolDisplayMiscellaneousOptions.ExpandValueTuple); 242SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 243SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 244SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 258SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 259SymbolDisplayMiscellaneousOptions.ExpandValueTuple, 271miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.ExpandValueTuple, 328public SymbolDisplayMiscellaneousOptions MiscellaneousOptions { get; } 383SymbolDisplayMiscellaneousOptions miscellaneousOptions = default(SymbolDisplayMiscellaneousOptions)) 415SymbolDisplayMiscellaneousOptions miscellaneousOptions = default(SymbolDisplayMiscellaneousOptions)) 432/// Creates a copy of the SymbolDisplayFormat but with replaced set of <see cref="SymbolDisplayMiscellaneousOptions"/>. 437/// <returns>A duplicate of the SymbolDisplayFormat, with a replaced set of <see cref="SymbolDisplayMiscellaneousOptions"/>.</returns> 438public SymbolDisplayFormat WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions options) 457/// Creates a copy of the SymbolDisplayFormat but with an additional set of <see cref="SymbolDisplayMiscellaneousOptions"/>. 462/// <returns>A duplicate of the SymbolDisplayFormat, with an additional set of <see cref="SymbolDisplayMiscellaneousOptions"/>.</returns> 463public SymbolDisplayFormat AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions options) 469/// Creates a copy of the SymbolDisplayFormat without the specified <see cref="SymbolDisplayMiscellaneousOptions"/>. 474/// <returns>A duplicate of the SymbolDisplayFormat, without the specified <see cref="SymbolDisplayMiscellaneousOptions"/>.</returns> 475public SymbolDisplayFormat RemoveMiscellaneousOptions(SymbolDisplayMiscellaneousOptions options)
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\INamespaceOrTypeSymbolExtensions.cs (2)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.ExpandNullable);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolDisplayFormats.cs (2)
28SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 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 (25)
Binder\Binder_Expressions.cs (2)
9549SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 9550SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
SymbolDisplay\SymbolDisplayVisitor.cs (1)
62_escapeKeywordIdentifiers = format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers);
SymbolDisplay\SymbolDisplayVisitor.Types.cs (10)
83if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier) && 91if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier) && 105bool insertStars = Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays); 207if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseSpecialTypes) || 217if (!Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.ExpandNullable)) 314if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.ExpandValueTuple)) 373if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName) && 541if (this.Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.CollapseTupleTypes)) 875if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier)) 882if (Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))
SymbolDisplay\SymbolDisplayVisitor_Constants.cs (1)
25if (!Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral))
SymbolDisplay\SymbolDisplayVisitor_Minimal.cs (1)
287Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix) &&
Symbols\Symbol.cs (2)
1011.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier 1012| SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier)
Symbols\TypeWithAnnotations.cs (8)
68miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 73miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier); 295format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier)) 308format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier) && 314format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier) &&
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
SymbolKey\SymbolKeyTests.cs (1)
172Assert.Equal("global::ConditionalWeakTableTest<TKey!, TValue!>.CreateValueCallback!", parameterType.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat.WithMiscellaneousOptions(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 (4)
Attributes\AttributeTests_NativeInteger.cs (1)
23private static readonly SymbolDisplayFormat FormatWithSpecialTypes = SymbolDisplayFormat.TestFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Attributes\AttributeTests_Nullable.cs (3)
4197WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes).
Microsoft.CodeAnalysis.CSharp.Features (14)
Completion\CompletionProviders\CrefCompletionProvider.cs (4)
41SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.ExpandValueTuple); 44QualifiedCrefFormat.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 47SymbolDisplayFormat.MinimallyQualifiedFormat.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.ExpandValueTuple);
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (2)
37SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 38SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
DocumentationComments\CSharpDocumentationCommentSnippetService.cs (2)
35SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 36SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
36miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
LanguageServices\CSharpSymbolDisplayService.SymbolDescriptionBuilder.cs (1)
29.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName)
NavigationBar\CSharpNavigationBarItemService.cs (3)
38miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 39SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | 40SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier);
SignatureHelp\AbstractCSharpSignatureHelpProvider.cs (1)
16.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (18)
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)));
Semantics\NullableReferenceTypesTests.cs (14)
75176miscellaneousOptions: SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier))); 75180miscellaneousOptions: SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 75184miscellaneousOptions: SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 75249miscellaneousOptions: SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier))); 95856~(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier)))); 111847Assert.Equal("A<T> where T : class!", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 111866Assert.Equal("A<T> where T : class", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 111890Assert.Equal("A<T> where T : class?", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier))); 111891Assert.Equal("A<T> where T : class", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 111912Assert.Equal("A<T> where T : class?", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier))); 111913Assert.Equal("A<T> where T : class", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 111945Assert.Equal("A<T> where T : unmanaged!", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier))); 111966Assert.Equal("A<T> where T : unmanaged", a.ToDisplayString(SymbolDisplayFormat.TestFormatWithConstraints.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier)));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (115)
SymbolDisplay\SymbolDisplayTests.cs (114)
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); 1411miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays); 2593miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 2667typeQualificationStyle: SymbolDisplayTypeQualificationStyle.NameAndContainingTypesAndNamespaces, miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers); 2698typeQualificationStyle: SymbolDisplayTypeQualificationStyle.NameAndContainingTypesAndNamespaces, miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers); 3017SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3018SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 3019SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 3020SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | 3021SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral); 3039new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 3062new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 3083new SymbolDisplayFormat(miscellaneousOptions: SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 3135miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3264miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3325miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3386miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3541SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3542SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3595SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3596SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3647SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3648SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3695SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3696SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3776SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3777SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3850SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3851SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 3962SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 3963SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4072SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 4073SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4176SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 4177SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 4671miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5206var format = new SymbolDisplayFormat(memberOptions: SymbolDisplayMemberOptions.IncludeType, miscellaneousOptions: SymbolDisplayMiscellaneousOptions.CollapseTupleTypes); 5306miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5357miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5407miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5506miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5710miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 5926miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 5929.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier) 5998miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6001.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier) 6065miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6066var formatWithNullableModifier = formatWithoutModifiers.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6067var formatWithBothModifiers = formatWithNullableModifier.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier); 6150Assert.False(formatWithoutAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)); 6151var formatWithAllowDefaultLiteral = formatWithoutAllowDefaultLiteral.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral); 6152Assert.True(formatWithAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)); 6186miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6187var formatWithNullableModifier = formatWithoutModifiers.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6188var formatWithBothModifiers = formatWithNullableModifier.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier); 6225miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 6277Assert.False(formatWithoutAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)); 6278var formatWithAllowDefaultLiteral = formatWithoutAllowDefaultLiteral.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral); 6279Assert.True(formatWithAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)); 6321Assert.False(formatWithoutAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)); 6322var formatWithAllowDefaultLiteral = formatWithoutAllowDefaultLiteral.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral); 6323Assert.True(formatWithAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)); 6348miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 6351SymbolDisplayMiscellaneousOptions.ExpandValueTuple); 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, 8812SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 8813SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 8814SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 8815SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | 8816SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | 8817SymbolDisplayMiscellaneousOptions.CollapseTupleTypes);
Symbols\Source\MethodTests.cs (1)
1641miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers)));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (3)
CSharpTestBase.cs (2)
1426.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier)
SymbolUtilities.cs (1)
98format = format.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNotNullableReferenceTypeModifier)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.Expander.cs (2)
42miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.ExpandNullable,
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
InstructionDecoder.cs (1)
24miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.CodeAnalysis.Features (38)
Completion\Providers\AbstractOverrideCompletionProvider.ItemGetter.cs (1)
27.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier);
Completion\Providers\AbstractPartialMethodCompletionProvider.cs (2)
28SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Debugging\AbstractBreakpointResolver.cs (2)
54SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 55SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
52SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 69SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ExtractMethod\MethodExtractor.VariableSymbol.cs (3)
184miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers)); 237miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers)); 349miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers));
FindUsages\FindUsagesHelpers.cs (2)
76SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 77SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
GenerateFromMembers\AbstractGenerateFromMembersCodeRefactoringProvider.cs (1)
126miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
InheritanceMargin\AbstractInheritanceMarginService_Helpers.cs (4)
38SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 39SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 40SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 41SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier);
InlineHints\AbstractInlineTypeHintsService.cs (3)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
17SymbolDisplayMiscellaneousOptions.CollapseTupleTypes);
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (13)
34SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 35SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 36SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName); 61SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 62SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 63SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName | 64SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | 65SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral | 66SymbolDisplayMiscellaneousOptions.CollapseTupleTypes); 73miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.CollapseTupleTypes, 476var underlyingTypeDisplayParts = symbol.EnumUnderlyingType.ToDisplayParts(s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes)); 485var style = s_descriptionStyle.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Shared\Extensions\ISymbolExtensions_2.cs (2)
243SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 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 (10)
SymbolDisplay\CustomSymbolDisplayFormatter.vb (2)
26miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or 27SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
SymbolDisplay\SymbolDisplayVisitor.Types.vb (6)
46Dim insertStars As Boolean = Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseAsterisksInMultiDimensionalArrays) 94If Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseSpecialTypes) Then 99If Not Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.ExpandNullable) Then 245If Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName) AndAlso 315If Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.ExpandValueTuple) Then 378If Me.Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.CollapseTupleTypes) Then
SymbolDisplay\SymbolDisplayVisitor.vb (1)
58Me._escapeKeywordIdentifiers = format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers)
SymbolDisplay\SymbolDisplayVisitor_Minimal.vb (1)
190If Format.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix) AndAlso IsDerivedFromAttributeType(symbol) Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (2)
22miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers, 30miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers,
Microsoft.CodeAnalysis.VisualBasic.ExpressionCompiler (2)
CompilationContext.vb (2)
28miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Microsoft.CodeAnalysis.VisualBasic.Features (11)
CodeLens\VisualBasicDisplayInfoService.vb (1)
27SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Completion\CompletionProviders\CrefCompletionProvider.vb (2)
32miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 35SymbolDisplayFormat.MinimallyQualifiedFormat.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.ExpandValueTuple)
Completion\CompletionProviders\PartialTypeCompletionProvider.vb (3)
30SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or 31SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 38_insertionTextFormatWithGenerics.RemoveMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers)
LanguageServices\VisualBasicSymbolDisplayService.SymbolDescriptionBuilder.vb (1)
19.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName) _
NavigationBar\VisualBasicNavigationBarItemService.vb (1)
32miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
SignatureHelp\AbstractOrdinaryMethodSignatureHelpProvider.vb (1)
43format = format.WithMiscellaneousOptions(format.MiscellaneousOptions And (Not SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers))
SignatureHelp\GenericNameSignatureHelpProvider.NamedType.vb (2)
13miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (53)
SymbolDisplay\SymbolDisplayTests.vb (53)
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) 1032miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1052miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1070miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1091miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1121miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1149miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 1176miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1191miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1236miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1252miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1279miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1454miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers) 1481miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 1513miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.None) 3095miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 3473SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 3530SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 3916TestSymbolDescription(text, findSymbol, New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 3942New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 3967New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 3991New SymbolDisplayFormat(miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.RemoveAttributeSuffix), 4745miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 4935Assert.False(formatWithoutAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)) 4936Dim formatWithAllowDefaultLiteral = formatWithoutAllowDefaultLiteral.AddMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral) 4937Assert.True(formatWithAllowDefaultLiteral.MiscellaneousOptions.IncludesOption(SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral)) 4982Dim format = New SymbolDisplayFormat(memberOptions:=SymbolDisplayMemberOptions.IncludeType, miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.CollapseTupleTypes) 5072miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes), 5117miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes), 5165miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5203miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5353miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5539miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes, 5791SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers Or 5792SymbolDisplayMiscellaneousOptions.UseSpecialTypes Or 5793SymbolDisplayMiscellaneousOptions.UseErrorTypeSymbolName Or 5794SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier Or 5795SymbolDisplayMiscellaneousOptions.AllowDefaultLiteral Or 5796SymbolDisplayMiscellaneousOptions.CollapseTupleTypes) 5917miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 5920SymbolDisplayMiscellaneousOptions.ExpandValueTuple)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ExpressionSyntaxExtensions.vb (2)
22miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers, 30miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers,
Microsoft.CodeAnalysis.Workspaces (5)
Rename\ConflictEngine\ConflictResolver.cs (1)
37miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\INamespaceOrTypeSymbolExtensions.cs (2)
20miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.ExpandNullable);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\SymbolDisplayFormats.cs (2)
28SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 29SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.DotNet.CodeAnalysis (1)
Helpers.cs (1)
31SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Extensions.Logging.Generators (1)
LoggerMessageGenerator.Parser.cs (1)
381SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier));
Microsoft.Extensions.Options.SourceGeneration (1)
Parser.cs (1)
187=> type.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat.WithMiscellaneousOptions(SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier));
Microsoft.Gen.Logging (2)
Parsing\Parser.cs (2)
557SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier | SymbolDisplayMiscellaneousOptions.UseSpecialTypes));
Microsoft.Gen.Metrics (2)
Parser.cs (2)
28SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 32SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.Gen.MetricsReports (2)
src\Generators\Microsoft.Gen.Metrics\Parser.cs (2)
28SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 32SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Microsoft.VisualStudio.LanguageServices (27)
CallHierarchy\CallHierarchyItem.cs (2)
65SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 73SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\AddParameterDialogViewModel.cs (1)
54miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
ChangeSignature\ChangeSignatureDialogViewModel.cs (6)
292SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 293SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 294SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier, 306SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 307SymbolDisplayMiscellaneousOptions.UseSpecialTypes | 308SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier,
F1Help\AbstractHelpContextService.cs (4)
26miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers); 34SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | 35SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 41miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes);
Library\ObjectBrowser\AbstractDescriptionBuilder.cs (4)
26miscellaneousOptions: SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 111var miscellaneousOptions = useSpecialTypes 112? SymbolDisplayMiscellaneousOptions.UseSpecialTypes 113: SymbolDisplayMiscellaneousOptions.ExpandNullable;
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 (6)
24miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier); 31miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes | SymbolDisplayMiscellaneousOptions.IncludeNullableReferenceTypeModifier);
Microsoft.VisualStudio.LanguageServices.CSharp (13)
CodeModel\CSharpCodeModelService.cs (8)
61miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.ExpandNullable); 67miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers | SymbolDisplayMiscellaneousOptions.UseSpecialTypes); 71miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers, 79miscellaneousOptions: SymbolDisplayMiscellaneousOptions.EscapeKeywordIdentifiers, 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 (17)
CodeModel\VisualBasicCodeModelService.vb (7)
62miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable) 68miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 73miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable, 81miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable, 88miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.ExpandNullable Or SymbolDisplayMiscellaneousOptions.UseSpecialTypes) 95miscellaneousOptions:=SymbolDisplayMiscellaneousOptions.UseSpecialTypes)
CodeModel\VisualBasicCodeModelService_Prototype.vb (4)
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)