3 overrides of VisitErrorType
Microsoft.CodeAnalysis.CSharp (3)
DocumentationComments\DocumentationCommentIDVisitor.cs (1)
86public override object VisitErrorType(ErrorTypeSymbol symbol, StringBuilder builder)
DocumentationComments\DocumentationCommentIDVisitor.PartVisitor.cs (1)
256public override object VisitErrorType(ErrorTypeSymbol symbol, StringBuilder builder)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (1)
1374public override Symbol VisitErrorType(ErrorTypeSymbol symbol, RetargetOptions options)
1 reference to VisitErrorType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ErrorTypeSymbol.cs (1)
361return visitor.VisitErrorType(this, argument);