2 references to __supportedSmiVersions
System.Data (2)
fx\src\data\Microsoft\SqlServer\Server\SmiContextFactory.cs (2)
72
for(int i=0; !isSupportedVersion && i<
__supportedSmiVersions
.Length; i++) {
73
if (
__supportedSmiVersions
[i] == _negotiatedSmiVersion) {