26 references to SymbolDisplayCompilerInternalOptions
Microsoft.CodeAnalysis (26)
CodeGen\CompilationTestData.cs (2)
89SymbolDisplayCompilerInternalOptions.UseMetadataMethodNames | 90SymbolDisplayCompilerInternalOptions.IncludeContainingFileForFileTypes,
SourceGeneration\Nodes\SyntaxValueProvider_ForAttributeWithMetadataName.cs (1)
61SymbolDisplayFormat.QualifiedNameArityFormat.AddCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.UsePlusForNestedTypes);
SymbolDisplay\SymbolDisplayExtensions.cs (3)
84/// Determines if a flag is set on the <see cref="SymbolDisplayCompilerInternalOptions"/> enum. 89internal static bool IncludesOption(this SymbolDisplayCompilerInternalOptions options, SymbolDisplayCompilerInternalOptions flag)
SymbolDisplay\SymbolDisplayFormat.cs (20)
38.AddCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.ExcludeParameterNameIfStandalone); 201SymbolDisplayCompilerInternalOptions.IncludeScriptType | 202SymbolDisplayCompilerInternalOptions.UseMetadataMethodNames | 203SymbolDisplayCompilerInternalOptions.FlagMissingMetadataTypes | 204SymbolDisplayCompilerInternalOptions.IncludeCustomModifiers | 205SymbolDisplayCompilerInternalOptions.IncludeContainingFileForFileTypes); 212WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None); 229compilerInternalOptions: SymbolDisplayCompilerInternalOptions.UseArityForGenericTypes, 260compilerInternalOptions: SymbolDisplayCompilerInternalOptions.UseMetadataMethodNames); 272compilerInternalOptions: SymbolDisplayCompilerInternalOptions.ReverseArrayRankSpecifiers | SymbolDisplayCompilerInternalOptions.IncludeFileLocalTypesPrefix); 333internal SymbolDisplayCompilerInternalOptions CompilerInternalOptions { get; } 401/// This version also accepts <see cref="SymbolDisplayCompilerInternalOptions"/>. 404SymbolDisplayCompilerInternalOptions compilerInternalOptions, 765/// Creates a copy of the SymbolDisplayFormat but with added set of <see cref="SymbolDisplayCompilerInternalOptions"/>. 767internal SymbolDisplayFormat AddCompilerInternalOptions(SymbolDisplayCompilerInternalOptions options) 771/// Creates a copy of the SymbolDisplayFormat but with a set of <see cref="SymbolDisplayCompilerInternalOptions"/> stripped away from the original object. 773internal SymbolDisplayFormat RemoveCompilerInternalOptions(SymbolDisplayCompilerInternalOptions options) 777/// Creates a copy of the SymbolDisplayFormat but with replaced set of <see cref="SymbolDisplayCompilerInternalOptions"/>. 779internal SymbolDisplayFormat WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions options)