3 references to SchemaName
Microsoft.VisualStudio.LanguageServices.Razor (3)
ProjectSystem\Rules\RazorConfiguration.cs (3)
174return catalog.BindToContext(SchemaName, file, itemType, itemName); 211if (System.StringComparer.OrdinalIgnoreCase.Equals(t.Name, SchemaName)) 265Microsoft.VisualStudio.ProjectSystem.Properties.IRule rule = this.GetSnapshotRule(catalogSnapshot.Value, "Project", RazorConfiguration.SchemaName);