1 write to _negotiatedSmiVersion
System.Data (1)
fx\src\data\Microsoft\SqlServer\Server\SmiContextFactory.cs (1)
70_negotiatedSmiVersion = _smiLink.NegotiateVersion(SmiLink.InterfaceVersion);
2 references to _negotiatedSmiVersion
System.Data (2)
fx\src\data\Microsoft\SqlServer\Server\SmiContextFactory.cs (2)
73if (__supportedSmiVersions[i] == _negotiatedSmiVersion) { 93return _negotiatedSmiVersion;