4 references to VersionToSchemaMappings
NuGet.Packaging (4)
PackageCreation\Authoring\ManifestSchemaUtility.cs (4)
67
int index = Math.Max(0, Array.IndexOf(
VersionToSchemaMappings
, @namespace));
76
if (version <= 0 || version >
VersionToSchemaMappings
.Length)
80
return
VersionToSchemaMappings
[version - 1];
120
return
VersionToSchemaMappings
.Contains(schemaNamespace, StringComparer.OrdinalIgnoreCase);