37 references to SpecialType
Microsoft.CodeAnalysis.VisualBasic (37)
CodeGen\ResumableStateMachineStateAllocator.vb (1)
87
f.
SpecialType
(SpecialType.System_Boolean),
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (2)
78
condition:=Me.F.Convert(Me.F.
SpecialType
(SpecialType.System_Boolean), rewrittenIsCompleted),
120
awaiterFieldType = Me.F.
SpecialType
(SpecialType.System_Object)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Expressions.vb (4)
157
Me.F.
SpecialType
(SpecialType.System_Object)))
662
Me.F.
SpecialType
(SpecialType.System_Object)))
730
Me.F.
SpecialType
(SpecialType.System_Object)))
734
Me.F.
SpecialType
(SpecialType.System_Object))))
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (3)
333
Me.F.
SpecialType
(SpecialType.System_Object)))
345
Me.F.
SpecialType
(SpecialType.System_Object)))
356
Me.F.
SpecialType
(SpecialType.System_Object)))
Lowering\AsyncRewriter\AsyncRewriter.vb (3)
53
Me._resultType = Me.F.
SpecialType
(SpecialType.System_Void)
57
Me._resultType = Me.F.
SpecialType
(SpecialType.System_Void)
136
Me.StateField = Me.F.StateMachineField(Me.F.
SpecialType
(SpecialType.System_Int32), Me.Method, GeneratedNames.MakeStateMachineStateFieldName(), Accessibility.Public)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (3)
81
_int32Type = _factory.
SpecialType
(SpecialType.System_Int32)
90
_objectType = _factory.
SpecialType
(SpecialType.System_Object)
692
_factory.Convert(_factory.
SpecialType
(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(_expressionType),
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (1)
352
Dim systemBool As TypeSymbol = _factory.
SpecialType
(SpecialType.System_Boolean)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (8)
247
Return ConvertIfNeeded(objectConversion, _factory.
SpecialType
(SpecialType.System_Object), typeTo, False)
258
argumentType = _factory.
SpecialType
(SpecialType.System_String)
261
argumentType = _factory.
SpecialType
(SpecialType.System_Object)
276
typeBeforeNegation = _factory.
SpecialType
(SpecialType.System_Int32)
312
Return Me._factory.
SpecialType
(SpecialType.System_SByte)
314
Return Me._factory.
SpecialType
(SpecialType.System_Int16)
316
Return Me._factory.
SpecialType
(SpecialType.System_Int32)
318
Return Me._factory.
SpecialType
(SpecialType.System_Int64)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (3)
119
Dim payloadElementType As TypeSymbol = methodBodyFactory.
SpecialType
(SpecialType.System_Boolean)
216
methodBodyFactory.
SpecialType
(SpecialType.System_Int32), fileIndices.ToImmutable())
285
_methodBodyFactory.
SpecialType
(SpecialType.System_Boolean),
Lowering\IteratorRewriter\IteratorRewriter.vb (4)
139
Me.StateField = Me.F.StateMachineField(Me.F.
SpecialType
(SpecialType.System_Int32), Me.Method, GeneratedNames.MakeStateMachineStateFieldName(), Accessibility.Public)
146
F.StateMachineField(F.
SpecialType
(SpecialType.System_Int32), Me.Method, GeneratedNames.MakeIteratorInitialThreadIdName(), Accessibility.Public),
181
Dim getEnumeratorGeneric = Me.OpenMethodImplementation(F.
SpecialType
(SpecialType.System_Collections_Generic_IEnumerable_T).Construct(_elementType),
275
Me.OpenPropertyImplementation(F.
SpecialType
(SpecialType.System_Collections_Generic_IEnumerator_T).Construct(_elementType),
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (4)
42
Dim int32 = nodeFactory.
SpecialType
(SpecialType.System_Int32)
144
Dim int32 = nodeFactory.
SpecialType
(SpecialType.System_Int32)
145
Dim bool = nodeFactory.
SpecialType
(SpecialType.System_Boolean)
408
nodeFactory.
SpecialType
(SpecialType.System_Boolean),
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (1)
96
CachedState = F.SynthesizedLocal(F.
SpecialType
(SpecialType.System_Int32), SynthesizedLocalKind.StateMachineCachedState, F.Syntax)