3 writes to _commandText
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
563clone._commandText = _commandText; 682_commandText = commandText;
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
149_commandText = commandText;
5 references to _commandText
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Function.cs (5)
164if (_commandText != null) 166return _commandText.CommandText; 538if (_commandText != null) 540_commandText.Validate(); 563clone._commandText = _commandText;