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