14 references to ValidateBytes
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (14)
DynamicFlagsCustomTypeInfoTests.cs (14)
205ValidateBytes(DynamicFlagsCustomTypeInfo.SkipOne(null)); 210ValidateBytes(dynamicFlagsCustomTypeInfo, 0x40); 212ValidateBytes(dynamicFlagsCustomTypeInfo, 0x20); 214ValidateBytes(dynamicFlagsCustomTypeInfo, 0x10); 216ValidateBytes(dynamicFlagsCustomTypeInfo, 0x08); 218ValidateBytes(dynamicFlagsCustomTypeInfo, 0x04); 220ValidateBytes(dynamicFlagsCustomTypeInfo, 0x02); 222ValidateBytes(dynamicFlagsCustomTypeInfo, 0x01); 224ValidateBytes(dynamicFlagsCustomTypeInfo); 229ValidateBytes(dynamicFlagsCustomTypeInfo, 0x00, 0x01); 231ValidateBytes(dynamicFlagsCustomTypeInfo, 0x80, 0x00); 233ValidateBytes(dynamicFlagsCustomTypeInfo, 0x40, 0x00); 252ValidateBytes(dynamicFlags, payload); 283ValidateBytes(actualBytes, expectedBytes);