2 instantiations of RazorConfiguration
Microsoft.VisualStudio.LanguageServices.Razor (2)
ProjectSystem\Rules\RazorConfiguration.cs (2)
241
return new
RazorConfiguration
(that.ConfiguredProject, namedCatalogs.Result, "Project", that.File, that.ItemType, that.ItemName);
268
snapshot = new
RazorConfiguration
(rule, this.ConfiguredProject);
8 references to RazorConfiguration
Microsoft.VisualStudio.LanguageServices.Razor (8)
ProjectSystem\Rules\RazorConfiguration.cs (8)
195
Microsoft.Build.Framework.XamlTypes.Rule unboundRule =
RazorConfiguration
.deserializedFallbackRule;
215
RazorConfiguration
.deserializedFallbackRule = unboundRule;
236
private static System.Func<System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>>, object,
RazorConfiguration
> CreateRazorConfigurationPropertiesDelegate = new System.Func<System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>>, object,
RazorConfiguration
>(CreateRazorConfigurationProperties);
238
private static
RazorConfiguration
CreateRazorConfigurationProperties(System.Threading.Tasks.Task<System.Collections.Immutable.IImmutableDictionary<string, Microsoft.VisualStudio.ProjectSystem.Properties.IPropertyPagesCatalog>> namedCatalogs, object state)
245
internal System.Threading.Tasks.Task<
RazorConfiguration
> GetRazorConfigurationPropertiesAsync()
252
internal bool TryGetCurrentRazorConfigurationPropertiesSnapshot(out
RazorConfiguration
snapshot, [System.Runtime.InteropServices.OptionalAttribute()] [System.Runtime.InteropServices.DefaultParameterValueAttribute(true)] bool requiredToMatchProjectVersion)
265
Microsoft.VisualStudio.ProjectSystem.Properties.IRule rule = this.GetSnapshotRule(catalogSnapshot.Value, "Project",
RazorConfiguration
.SchemaName);