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)
73
if (__supportedSmiVersions[i] ==
_negotiatedSmiVersion
) {
93
return
_negotiatedSmiVersion
;