3 references to YukonVersion
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\MetadataUtilsSmi.cs (1)
476Debug.Assert(SmiContextFactory.YukonVersion == smiVersion, "Other versions should have been eliminated during link stage");
fx\src\data\Microsoft\SqlServer\Server\SmiContextFactory.cs (1)
31private readonly ulong[] __supportedSmiVersions = new ulong[] {YukonVersion, KatmaiVersion};
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
354Debug.Assert(SmiContextFactory.Instance.NegotiatedSmiVersion >= SmiContextFactory.YukonVersion);