6 references to ToBytes
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (2)
DynamicFlagsCustomTypeInfoTests.cs (2)
266var customTypeInfo = DynamicFlagsCustomTypeInfo.ToBytes(builder); 281var actualBytes = DynamicFlagsCustomTypeInfo.ToBytes(builder);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
AttributeHelpers.cs (1)
64var result = DynamicFlagsCustomTypeInfo.ToBytes(builder);
CustomTypeInfoTypeArgumentMap.cs (1)
140var result = DynamicFlagsCustomTypeInfo.ToBytes(builder);
DynamicFlagsCustomTypeInfo.cs (1)
95var result = ToBytes(builder, startIndex: 1);
ResultProviderTestBase.cs (1)
42var result = CustomTypeInfo.Create(DynamicFlagsCustomTypeInfo.ToBytes(builder), tupleElementNames: null);