8 references to Create
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.NamespaceOrTypeOrAliasSymbolWithAnnotations.cs (1)
61
new NamespaceOrTypeOrAliasSymbolWithAnnotations(TypeWithAnnotations.
Create
(isNullableEnabled, type));
Binder\Binder_Symbols.cs (4)
475
return TypeWithAnnotations.
Create
(AreNullableAnnotationsEnabled(tupleTypeSyntax.CloseParenToken), BindTupleType(tupleTypeSyntax, diagnostics, basesBeingResolved));
571
return TypeWithAnnotations.
Create
(AreNullableAnnotationsEnabled(predefinedType.Keyword), type);
670
type = TypeWithAnnotations.
Create
(AreNullableAnnotationsEnabled(rankSpecifier.CloseBracketToken), array);
1256
return TypeWithAnnotations.
Create
(AreNullableAnnotationsEnabled(node.TypeArgumentList.GreaterThanToken), resultType);
FlowAnalysis\NullableWalker_Patterns.cs (1)
854
? TypeWithAnnotations.
Create
(isNullableEnabled: true, inputType, isAnnotated: false)
Symbols\Synthesized\Records\SynthesizedRecordClone.cs (1)
100
TypeWithAnnotations.
Create
(isNullableEnabled: true, ContainingType),
Symbols\Synthesized\Records\SynthesizedRecordCopyCtor.cs (1)
26
TypeWithAnnotations.
Create
(