1 write to m_outputIdentifiers
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
41m_outputIdentifiers = outputIdentifiers; // may be null (not all commands have output identifiers)
2 references to m_outputIdentifiers
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (2)
271if (null == m_outputIdentifiers) 275return m_outputIdentifiers.Keys;