6 references to Load
Microsoft.VisualStudio.LanguageServices.Razor (5)
ProjectSystem\Rules\RazorComponentWithTargetPath.cs (1)
203
Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode root = ((Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode)(System.Xaml.XamlServices.
Load
(xamlStream)));
ProjectSystem\Rules\RazorConfiguration.cs (1)
203
Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode root = ((Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode)(System.Xaml.XamlServices.
Load
(xamlStream)));
ProjectSystem\Rules\RazorExtension.cs (1)
231
Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode root = ((Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode)(System.Xaml.XamlServices.
Load
(xamlStream)));
ProjectSystem\Rules\RazorGeneral.cs (1)
231
Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode root = ((Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode)(System.Xaml.XamlServices.
Load
(xamlStream)));
ProjectSystem\Rules\RazorGenerateWithTargetPath.cs (1)
203
Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode root = ((Microsoft.Build.Framework.XamlTypes.IProjectSchemaNode)(System.Xaml.XamlServices.
Load
(xamlStream)));
System.Xaml.Tests (1)
System\Xaml\XamlServicesTests.cs (1)
28
Assert.Throws<ArgumentNullException>("stream", () => XamlServices.
Load
((Stream)null!));