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