3 references to CopyBytes
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (3)
CustomTypeInfo.cs (3)
43return DkmClrCustomTypeInfo.Create(PayloadTypeId, new ReadOnlyCollection<byte>(CopyBytes(payload, 0, length))); 135dynamicFlags = new ReadOnlyCollection<byte>(CopyBytes(payload, 1, length)); 156var array = CopyBytes(bytes, start, length);