13 references to WithCompilerInternalOptions
Microsoft.CodeAnalysis (3)
SymbolDisplay\SymbolDisplayFormat.cs (3)
214WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None); 770=> WithCompilerInternalOptions(this.CompilerInternalOptions | options); 776=> WithCompilerInternalOptions(this.CompilerInternalOptions & ~options);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol.cs (1)
875.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.IncludeContainingFileForFileTypes);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Attributes\AttributeTests_Nullable.cs (1)
4198WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None);
Emit\NumericIntPtrTests.cs (2)
10348Assert.Equal("System.IntPtr", type.ToDisplayString(SymbolDisplayFormat.TestFormat.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.UseNativeIntegerUnderlyingType))); 10357Assert.Equal("System.UIntPtr", type.ToDisplayString(SymbolDisplayFormat.TestFormat.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.UseNativeIntegerUnderlyingType)));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
SymbolDisplay\SymbolDisplayTests.cs (3)
5794.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None); 5866.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None); 7825var formatWithUnderlyingTypes = formatWithoutOptions.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.UseNativeIntegerUnderlyingType);
Symbols\Source\FileModifierTests.cs (1)
3556Assert.Equal("System.Void@<tree 0>", typeInfo.Type!.ToDisplayString(SymbolDisplayFormat.TestFormat.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.IncludeContainingFileForFileTypes)));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (2)
NativeIntegerAttributesVisitor.cs (1)
35WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.UseNativeIntegerUnderlyingType);
SymbolUtilities.cs (1)
99.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None);