28 references to SymbolDisplayCompilerInternalOptions
Microsoft.CodeAnalysis (28)
CodeGen\CompilationTestData.cs (2)
89SymbolDisplayCompilerInternalOptions.UseMetadataMemberNames | 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 (22)
38.AddCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.ExcludeParameterNameIfStandalone); 201SymbolDisplayCompilerInternalOptions.IncludeScriptType | 202SymbolDisplayCompilerInternalOptions.UseMetadataMemberNames | 203SymbolDisplayCompilerInternalOptions.UseNativeIntegerUnderlyingType | 204SymbolDisplayCompilerInternalOptions.FlagMissingMetadataTypes | 205SymbolDisplayCompilerInternalOptions.IncludeCustomModifiers | 206SymbolDisplayCompilerInternalOptions.IncludeContainingFileForFileTypes); 213WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None); 230compilerInternalOptions: SymbolDisplayCompilerInternalOptions.UseArityForGenericTypes, 261compilerInternalOptions: SymbolDisplayCompilerInternalOptions.UseMetadataMemberNames | SymbolDisplayCompilerInternalOptions.UseNativeIntegerUnderlyingType); 273compilerInternalOptions: SymbolDisplayCompilerInternalOptions.ReverseArrayRankSpecifiers | SymbolDisplayCompilerInternalOptions.IncludeFileLocalTypesPrefix); 334internal SymbolDisplayCompilerInternalOptions CompilerInternalOptions { get; } 402/// This version also accepts <see cref="SymbolDisplayCompilerInternalOptions"/>. 405SymbolDisplayCompilerInternalOptions compilerInternalOptions, 766/// Creates a copy of the SymbolDisplayFormat but with added set of <see cref="SymbolDisplayCompilerInternalOptions"/>. 768internal SymbolDisplayFormat AddCompilerInternalOptions(SymbolDisplayCompilerInternalOptions options) 772/// Creates a copy of the SymbolDisplayFormat but with a set of <see cref="SymbolDisplayCompilerInternalOptions"/> stripped away from the original object. 774internal SymbolDisplayFormat RemoveCompilerInternalOptions(SymbolDisplayCompilerInternalOptions options) 778/// Creates a copy of the SymbolDisplayFormat but with replaced set of <see cref="SymbolDisplayCompilerInternalOptions"/>. 780internal SymbolDisplayFormat WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions options)