System.Runtime.CompilerServices.DebugInfoGenerator.CreatePdbGenerator C# (CSharp) Method

CreatePdbGenerator() public static method

Creates PDB symbol generator.
public static CreatePdbGenerator ( ) : DebugInfoGenerator
return DebugInfoGenerator
        public static DebugInfoGenerator CreatePdbGenerator()
        {
            // Creating PDBs is not supported in .NET Core
            throw new PlatformNotSupportedException();
        }