1 write to globals
System.Data.Linq (1)
SqlClient\Reader\ObjectReaderCompiler.cs (1)
687this.globals = new List<object>();
4 references to globals
System.Data.Linq (4)
SqlClient\Reader\ObjectReaderCompiler.cs (4)
701get { return this.globals.ToArray(); } 2176int iGlobal = this.globals.Count; 2178this.globals.Add(Activator.CreateInstance(typeof(StrongBox<>).MakeGenericType(type), new object[] { value })); 2181this.globals.Add(value);