3 references to Create
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (3)
AttributeHelpers.cs (1)
32return CustomTypeInfo.Create(dynamicFlags, tupleElementNames);
CustomTypeInfo.cs (1)
69return Create(DynamicFlagsCustomTypeInfo.SkipOne(dynamicFlags), tupleElementNames);
CustomTypeInfoTypeArgumentMap.cs (1)
113return CustomTypeInfo.Create(substitutedFlags, substitutedNames);