Microsoft.Cci.CodeModelToILConverter.GetSynchronizationInformation C# (CSharp) Method

GetSynchronizationInformation() public method

Returns an object that describes where synchronization points occur in the IL operations of the "MoveNext" method of the state class of an asynchronous method. This returns null unless the generator has been supplied with an non null value for asyncMethodDefinition parameter during construction.
public GetSynchronizationInformation ( ) : ISynchronizationInformation
return ISynchronizationInformation
    public ISynchronizationInformation/*?*/ GetSynchronizationInformation() {
      return this.generator.GetSynchronizationInformation();
    }