SharpDox.Build.Roslyn.Parser.TypeRefParser.TypeRefParser C# (CSharp) Method

TypeRefParser() private method

private TypeRefParser ( StrangerTypeParser strangerTypeParser, ParserOptions parserOptions ) : Microsoft.CodeAnalysis
strangerTypeParser StrangerTypeParser
parserOptions ParserOptions
return Microsoft.CodeAnalysis
        internal TypeRefParser(StrangerTypeParser strangerTypeParser, ParserOptions parserOptions)
            : base(parserOptions)
        {
            _strangerTypeParser = strangerTypeParser;
        }