From a5ff0024fb33964c802e1712e5b11a52390603e7 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 11 Aug 2022 18:07:37 -0300 Subject: Rename ToSpan to AsSpan (#3556) --- Spv.Generator/InstructionOperands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Spv.Generator/InstructionOperands.cs') diff --git a/Spv.Generator/InstructionOperands.cs b/Spv.Generator/InstructionOperands.cs index c7170ec1..a349827a 100644 --- a/Spv.Generator/InstructionOperands.cs +++ b/Spv.Generator/InstructionOperands.cs @@ -15,7 +15,7 @@ namespace Spv.Generator public Operand Operand5; public Operand[] Overflow; - public Span ToSpan() + public Span AsSpan() { if (Count > InternalCount) { -- cgit v1.2.3