2 overrides of GetMethodBlock
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (2)
169Protected Overrides Function GetMethodBlock(fieldName As String, createMethodName As String, targetTypeName As String) As String 222Protected 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) &