public OfflineSchema()

in tools/DeploymentsSchemaTests/TestSchemaCache.cs [61:66]


            public OfflineSchema(string providerNamespace, string apiVersion, JToken schemaContent)
            {
                this.ResourceProviderNamespace = providerNamespace;
                this.SchemaVersion = apiVersion;
                this.SchemaContent = schemaContent;
            }