3 references to GetTypeByMetadataName
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\VisualBasicCompilation.vb (1)
1990
Return Me.Assembly.
GetTypeByMetadataName
(fullyQualifiedMetadataName, includeReferences:=True, isWellKnownType:=False, conflicts:=Nothing)
Symbols\AssemblySymbol.vb (1)
541
Return
GetTypeByMetadataName
(fullyQualifiedMetadataName, includeReferences:=False, isWellKnownType:=False, conflicts:=Nothing)
Symbols\WellKnownMembers.vb (1)
383
result = Me.Assembly.
GetTypeByMetadataName
(mdName, includeReferences:=True, isWellKnownType:=True, useCLSCompliantNameArityEncoding:=True, conflicts:=conflicts,