2 overrides of IsDelegate
Microsoft.CodeAnalysis.CSharp (1)
Emitter\NoPia\EmbeddedType.cs (1)
187
protected override bool
IsDelegate
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\NoPia\EmbeddedType.vb (1)
150
Protected Overrides ReadOnly Property
IsDelegate
As Boolean
1 reference to IsDelegate
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
369
return
IsDelegate
;