1 implementation of XmlNamespaces
Microsoft.CodeAnalysis (1)
Compilation\IImportScope.cs (1)
149public ImmutableArray<ImportedXmlNamespace> XmlNamespaces { get; }
21 references to XmlNamespaces
Microsoft.CodeAnalysis (1)
Compilation\IImportScope.cs (1)
15/// or <see cref="XmlNamespaces"/> the location is found through <see
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
InteractiveSessionTests.cs (1)
1187Assert.Empty(scope.XmlNamespaces);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (19)
Compilation\GetImportScopesTests.cs (19)
59Assert.Empty(scopes.Single().XmlNamespaces); 75Assert.Empty(scopes.Single().XmlNamespaces); 106Assert.Empty(scopes.Single().XmlNamespaces); 134Assert.Empty(scopes.Single().XmlNamespaces); 153Assert.Empty(scopes.Single().XmlNamespaces); 248Assert.Empty(scopes.Single().XmlNamespaces); 264Assert.Empty(scopes.Single().XmlNamespaces); 295Assert.Empty(scopes.Single().XmlNamespaces); 323Assert.Empty(scopes.Single().XmlNamespaces); 342Assert.Empty(scopes.Single().XmlNamespaces); 422Assert.Empty(scopes.Single().XmlNamespaces); 441Assert.Empty(scopes.Single().XmlNamespaces); 463Assert.Empty(scopes.Single().XmlNamespaces); 484Assert.Empty(scopes.Single().XmlNamespaces); 520Assert.Empty(scopes.Single().XmlNamespaces); 542Assert.Empty(scopes.Single().XmlNamespaces); 620Assert.Empty(scopes.Single().XmlNamespaces); 656Assert.Empty(scopes.Single().XmlNamespaces); 694Assert.Empty(scopes.Single().XmlNamespaces);