6 references to TypeCref
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14183var newNode = SyntaxFactory.TypeCref(type);
Compilation\CSharpSemanticModel.cs (1)
314(CrefSyntax)SyntaxFactory.TypeCref(typeSyntax) :
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\SyncNamespace\CSharpChangeNamespaceService.cs (1)
191newNode = TypeCref((AliasQualifiedNameSyntax)newNode!);
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
384.WithAttributes([XmlCrefAttribute(TypeCref(fieldName))]);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Simplification\CSharpSimplificationService.Expander.cs (1)
410return node.CopyAnnotationsTo(TypeCref(
Simplification\Simplifiers\QualifiedCrefSimplifier.cs (1)
53replacementNode = TypeCref(CreatePredefinedTypeSyntax(crefSyntax, keywordToken.Value))