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