2 references to TryParseConversionOperatorDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser.cs (2)
2292
result = this.
TryParseConversionOperatorDeclaration
(attributes, modifiers);
2765
MemberDeclarationSyntax result = this.
TryParseConversionOperatorDeclaration
(attributes, modifiers);