2 overrides of GetMethodBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (2)
170Protected Overrides Function GetMethodBlock(fieldName As String, createMethodName As String, targetTypeName As String) As String 223Protected Overrides Function GetMethodBlock(fieldName As String, disposeMethodName As String, targetTypeName As String) As String
1 reference to GetMethodBlock
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
69GetMethodBlock(fieldName, MakeSafeName(_createOrDisposeMethod), targetTypeName) &