1 override of IsFixedSize
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
546internal override bool IsFixedSize {
3 references to IsFixedSize
System.Data.Linq (3)
SqlClient\Common\InheritanceRules.cs (1)
73if (providerType.IsFixedSize && rawCode.GetType()==typeof(string)) {
SqlClient\Query\SqlTypeConverter.cs (2)
34bool stringsFixedSize = oldSqlType.IsFixedSize || newSqlType.IsFixedSize;