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