7 references to ImportedXmlNamespace
Microsoft.CodeAnalysis (4)
Compilation\IImportScope.cs (4)
17
/// cref="
ImportedXmlNamespace
.DeclaringSyntaxReference"/> respectively.
72
ImmutableArray<
ImportedXmlNamespace
> XmlNamespaces { get; }
130
ImmutableArray<
ImportedXmlNamespace
> xmlNamespaces)
149
public ImmutableArray<
ImportedXmlNamespace
> XmlNamespaces { get; }
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
5423
xmlNamespaces: ImmutableArray<
ImportedXmlNamespace
>.Empty));
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_XmlLiterals.vb (1)
1435
Public Function GetImportChainData() As ImmutableArray(Of
ImportedXmlNamespace
)
Compilation\SemanticModel.vb (1)
3503
Dim xmlNamespaces = If(xmlNamespaceImports?.GetImportChainData(), ImmutableArray(Of
ImportedXmlNamespace
).Empty)