C# (CSharp) Microsoft.Cci.MutableCodeModel AnonymousDelegateRemover - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для Microsoft.Cci.MutableCodeModel.AnonymousDelegateRemover, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
A rewriter for CodeModel method bodies, which changes any anynomous delegate expressions found in the body into delegates over methods of either the containing type of the method, or of a nested type of that type.