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