25 references to GetWellKnownType
Microsoft.CodeAnalysis.VisualBasic (25)
Binding\Binder_Expressions.vb (2)
676Return New BoundGetType(node, typeExpression, GetWellKnownType(WellKnownType.System_Type, node, diagnostics)) 4854Dim notifyCompletion As NamedTypeSymbol = GetWellKnownType(WellKnownType.System_Runtime_CompilerServices_INotifyCompletion, node, diagnostics)
Binding\Binder_Lambda.vb (2)
920lambdaReturnType = GetWellKnownType(WellKnownType.System_Threading_Tasks_Task, source.Syntax, diagnostics) 993lambdaReturnType = GetWellKnownType(WellKnownType.System_Threading_Tasks_Task_T, source.Syntax, diagnostics).Construct(lambdaReturnType)
Binding\Binder_Statements.vb (1)
4817exceptionType = GetWellKnownType(WellKnownType.System_Exception, node, diagnostics)
Binding\Binder_XmlLiterals.vb (18)
26GetWellKnownType(WellKnownType.System_Xml_Linq_XComment, syntax, diagnostics), 41GetWellKnownType(WellKnownType.System_Xml_Linq_XDocument, syntax, diagnostics), 62GetWellKnownType(WellKnownType.System_Xml_Linq_XDeclaration, syntax, diagnostics), 82GetWellKnownType(WellKnownType.System_Xml_Linq_XProcessingInstruction, syntax, diagnostics), 181Dim xnameType = GetWellKnownType(WellKnownType.System_Xml_Linq_XName, syntax, diagnostics) 187GetWellKnownType(WellKnownType.System_Xml_Linq_XElement, nameSyntax, diagnostics), 230GetWellKnownType(WellKnownType.System_Xml_Linq_XContainer, syntax, diagnostics), 295Dim namespacesType = CreateArrayType(GetWellKnownType(WellKnownType.System_Xml_Linq_XNamespace, syntax, diagnostics)) 354Dim listType = GetWellKnownType(WellKnownType.System_Collections_Generic_List_T, syntax, diagnostics).Construct( 355GetWellKnownType(WellKnownType.System_Xml_Linq_XAttribute, syntax, diagnostics)) 425GetWellKnownType(WellKnownType.System_Xml_Linq_XAttribute, syntax, diagnostics), 502GetWellKnownType(WellKnownType.System_Xml_Linq_XAttribute, syntax, diagnostics), 653Dim xmlType = GetWellKnownType(WellKnownType.System_Xml_Linq_XElement, syntax, diagnostics) 704Dim xmlType = GetWellKnownType(WellKnownType.System_Xml_Linq_XContainer, syntax, diagnostics) 716GetWellKnownType(WellKnownType.System_Xml_Linq_Extensions, syntax, diagnostics), 854GetWellKnownType(WellKnownType.System_Xml_Linq_XName, syntax, diagnostics), 890GetWellKnownType(WellKnownType.System_Xml_Linq_XNamespace, syntax, diagnostics), 918GetWellKnownType(WellKnownType.System_Xml_Linq_XCData, syntax, diagnostics),
Lowering\LocalRewriter\LocalRewriter_InterpolatedString.vb (1)
82binder.GetWellKnownType(WellKnownType.System_Runtime_CompilerServices_FormattableStringFactory, conversion.Syntax, _diagnostics),
Symbols\Source\SourceMethodSymbol.vb (1)
2254binder.GetWellKnownType(WellKnownType.System_Runtime_InteropServices_WindowsRuntime_EventRegistrationToken, Syntax, diagBag),