5 references to GetNestedType
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
146
/// <item><see cref="System.Type.
GetNestedType
(string)"/></item>
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
146
/// <item><see cref="System.Type.
GetNestedType
(string)"/></item>
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\MyBaseMyClassTests.vb (1)
4003
Dim _B2 = _M1.
GetNestedType
("B2")
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\TypeExtensions.cs (1)
46
Type vftblType = helperType.
GetNestedType
("Vftbl");
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
3204
Type? nestedType = eventSourceType.
GetNestedType
(providerEnumKind);