Restricted access to internal and sealed the class.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Mon, 29 May 2017 19:58:38 +0000 (21:58 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Mon, 29 May 2017 19:58:38 +0000 (21:58 +0200)
src/Generator.Rewrite/GeneratedVariableIdentifier.cs

index aa89acf..ec3389e 100644 (file)
@@ -7,7 +7,7 @@ namespace OpenTK.Rewrite
     /// Acts as a unique identifier for a generated named variable that can be passed between methods. Replaces uses of 
     /// variable names from Mono.Cecil.
     /// </summary>
-    public class GeneratedVariableIdentifier
+    internal sealed class GeneratedVariableIdentifier
     {
         /// <summary>
         /// The <see cref="MethodBody"/> which the variable is in.