5 references to Create
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
DynamicFlagsCustomTypeInfoTests.cs (1)
240var dkmClrCustomTypeInfo = CustomTypeInfo.Create(new ReadOnlyCollection<byte>(payload), null);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
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);
ResultProviderTestBase.cs (1)
42var result = CustomTypeInfo.Create(DynamicFlagsCustomTypeInfo.ToBytes(builder), tupleElementNames: null);