6 references to ParseCref
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
498
CrefSyntax crefSyntax = SyntaxFactory.
ParseCref
(attributeValue);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Compilation\SemanticModelAPITests.cs (5)
2928
var speculatedCref = (TypeCrefSyntax)SyntaxFactory.
ParseCref
("object");
2968
var speculatedCref = (NameMemberCrefSyntax)SyntaxFactory.
ParseCref
("A");
3013
var speculatedCref = (QualifiedCrefSyntax)SyntaxFactory.
ParseCref
("A.B");
3043
speculatedCref = (QualifiedCrefSyntax)SyntaxFactory.
ParseCref
("A.M");
3090
var speculatedCref = (TypeCrefSyntax)SyntaxFactory.
ParseCref
("object");