1 write to ElementType
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\ForEachStatementInfo.vb (1)
74Me.ElementType = elementType
15 references to ElementType
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\ForEachStatementInfo.vb (2)
41''' The conversion from the <see cref="ElementType"/> to the iteration variable type. 49''' The conversion from the type of the <see cref="CurrentProperty"/> to the <see cref="ElementType"/>.
Operations\VisualBasicOperationFactory.vb (1)
1204Return New ForEachLoopOperationInfo(statementInfo.ElementType,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
SpeculationAnalyzer.vb (1)
599elementType = info.ElementType
VisualBasicSemanticFacts.vb (2)
176info.ElementType) 187info.ElementType)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (6)
Binding\ForEachTests.vb (3)
4602Assert.Equal("System.Int32", info.ElementType.ToTestDisplayString()) 4660Assert.Equal("System.Int32", info.ElementType.ToTestDisplayString()) 4723Assert.Equal("System.Char", info.ElementType.ToTestDisplayString())
Semantics\ForeachTest.vb (2)
1260Assert.Equal(SpecialType.System_String, loopInfo0.ElementType.SpecialType) 1269Assert.Equal(SpecialType.System_Object, loopInfo1.ElementType.SpecialType) ' No longer string.
Semantics\MultiDimensionalTest.vb (1)
1193Assert.Equal("System.Double", info.ElementType.ToTestDisplayString())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
SpeculationAnalyzer.vb (1)
599elementType = info.ElementType
VisualBasicSemanticFacts.vb (2)
176info.ElementType) 187info.ElementType)