1 write to CurrentProperty
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\ForEachStatementInfo.vb (1)
72Me.CurrentProperty = currentProperty
34 references to CurrentProperty
Microsoft.CodeAnalysis.VisualBasic (4)
Compilation\ForEachStatementInfo.vb (2)
32''' The intermediate type to which the output of the <see cref="CurrentProperty"/> is converted 49''' The conversion from the type of the <see cref="CurrentProperty"/> to the <see cref="ElementType"/>.
Operations\VisualBasicOperationFactory.vb (2)
1206statementInfo.CurrentProperty, 1230DirectCast(statementInfo.CurrentProperty, PropertySymbol).Parameters,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
VisualBasicSemanticFacts.vb (2)
174info.CurrentProperty, 185info.CurrentProperty,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (26)
Binding\ForEachTests.vb (3)
4601Assert.Equal("ReadOnly Property System.Collections.IEnumerator.Current As System.Object", info.CurrentProperty.ToTestDisplayString()) 4659Assert.Equal("ReadOnly Property System.Collections.IEnumerator.Current As System.Object", info.CurrentProperty.ToTestDisplayString()) 4722Assert.Equal("ReadOnly Property System.CharEnumerator.Current As System.Char", info.CurrentProperty.ToTestDisplayString())
Semantics\ForeachTest.vb (10)
76Assert.Equal("ReadOnly Property Current As Object", verifyItem.CurrentProperty.ToString) 142Assert.Equal("ReadOnly Property Current As Object", verifyItem.CurrentProperty.ToString) 231Assert.NotNull(verifyItem.CurrentProperty) 1162Assert.Equal(Of ISymbol)(comp.GetSpecialTypeMember(SpecialMember.System_Collections_IEnumerator__Current), loopInfo.CurrentProperty) 1168Assert.Equal(SpecialType.System_Object, loopInfo.CurrentProperty.Type.SpecialType) 1202Assert.Equal(Of ISymbol)(comp.GetSpecialTypeMember(SpecialMember.System_Collections_IEnumerator__Current), loopInfo.CurrentProperty) 1208Assert.Equal(SpecialType.System_Object, loopInfo.CurrentProperty.Type.SpecialType) 1257Assert.Equal(Of ISymbol)(comp.GetSpecialTypeMember(SpecialMember.System_Collections_IEnumerator__Current), loopInfo0.CurrentProperty) 1266Assert.Equal(loopInfo0.CurrentProperty, loopInfo1.CurrentProperty)
Semantics\GetExtendedSemanticInfoTests.vb (12)
6240Assert.Equal(current, semanticInfoEx.CurrentProperty) 6292Assert.Equal(current, semanticInfoEx.CurrentProperty) 6340Assert.Equal(DirectCast(current.AssociatedSymbol, PropertySymbol), semanticInfoEx.CurrentProperty) 6406Assert.Equal(current, semanticInfoEx.CurrentProperty) 6478Assert.Equal(current, semanticInfoEx.CurrentProperty) 6555Assert.Equal(current, semanticInfoEx.CurrentProperty) 6620Assert.Null(semanticInfoEx.CurrentProperty) 6674Assert.Equal(current, semanticInfoEx.CurrentProperty) 6732Assert.Equal(current, semanticInfoEx.CurrentProperty) 6778semanticInfoEx.CurrentProperty.ToDisplayString(SymbolDisplayFormat.TestFormat)) 6819Assert.Null(semanticInfoEx.CurrentProperty) 6865semanticInfoEx.CurrentProperty.ToDisplayString(SymbolDisplayFormat.TestFormat))
Semantics\MultiDimensionalTest.vb (1)
1192Assert.Equal("ReadOnly Property System.Collections.IEnumerator.Current As System.Object", info.CurrentProperty.ToTestDisplayString())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
VisualBasicSemanticFacts.vb (2)
174info.CurrentProperty, 185info.CurrentProperty,