10 references to ValueParameterName
Microsoft.CodeAnalysis.VisualBasic (10)
Binding\Binder_Utils.vb (1)
972If CheckReservedParameterName(StringConstants.ValueParameterName, paramSyntax, ERRID.ERR_PropertySetParamCollisionWithValue, diagBag) Then
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicAccessors.vb (1)
74New SynthesizedParameterSymbol(Me, m_propertyOrEvent.Type, 0, False, StringConstants.ValueParameterName))
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertyAccessors.vb (1)
93New SynthesizedParameterSymbol(Me, m_propertyOrEvent.Type, 0, False, StringConstants.ValueParameterName))
Symbols\Source\SourcePropertyAccessorSymbol.vb (3)
58If(propertySymbol.IsAutoProperty, StringConstants.AutoPropertyValueParameterName, StringConstants.ValueParameterName)) 419If Not IdentifierComparison.Equals(param.Name, StringConstants.ValueParameterName) Then 451Dim valueParameter = SynthesizedParameterSymbol.CreateSetAccessorValueParameter(method, propertySymbol, parameterName:=StringConstants.ValueParameterName)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (4)
193Dim params() As ParameterSymbol = {SynthesizedParameterSymbol.CreateSetAccessorValueParameter(Me, [property], StringConstants.ValueParameterName)} 236Return "Set(ByVal " & StringConstants.ValueParameterName & " As " & targetTypeName & ")" & vbCrLf & 237"If " & StringConstants.ValueParameterName & " Is " & fieldName & vbCrLf & 240"If " & StringConstants.ValueParameterName & " IsNot Nothing Then" & vbCrLf &