C# Class Shaolinq.AsyncRewriter.MethodSymbolExtensions

显示文件 Open project: tumtumtum/Shaolinq

Public Methods

Method Description
ExtensionMethodNormalizingParameters ( this self ) : IEnumerable
ExtensionMethodNormalizingReceiverType ( this self ) : ITypeSymbol
HasRewriteAsyncApplied ( this self ) : bool

Method Details

ExtensionMethodNormalizingParameters() public static method

public static ExtensionMethodNormalizingParameters ( this self ) : IEnumerable
self this
return IEnumerable

ExtensionMethodNormalizingReceiverType() public static method

public static ExtensionMethodNormalizingReceiverType ( this self ) : ITypeSymbol
self this
return ITypeSymbol

HasRewriteAsyncApplied() public static method

public static HasRewriteAsyncApplied ( this self ) : bool
self this
return bool