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