2 writes to _endConversationQuery
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
173_endConversationQuery = "END CONVERSATION @p1; "; 447_endConversationQuery = "END CONVERSATION @p1; ";
3 references to _endConversationQuery
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (3)
174_concatQuery = _endConversationQuery + _receiveQuery; 448_concatQuery = _endConversationQuery + _com.CommandText; 881_com.CommandText = _endConversationQuery;