1 override of CommonCreatePreprocessingSymbol
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
420
protected override IPreprocessingSymbol
CommonCreatePreprocessingSymbol
(string name)
1 reference to CommonCreatePreprocessingSymbol
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
407
=>
CommonCreatePreprocessingSymbol
(name ?? throw new ArgumentNullException(nameof(name)));