C# Class PclAnalyzer.Core.PortabilityAnalyzer

Show file Open project: object/PclAnalyzer Class Usage Examples

Public Methods

Method Description
GetNonPortableCalls ( ) : IList
GetPortableCalls ( ) : IList
PortabilityAnalyzer ( IList repository ) : System.Collections.Generic

Private Methods

Method Description
IsInlineEnumerator ( Member member ) : bool
IsPortable ( MethodCall call ) : bool

Method Details

GetNonPortableCalls() public method

public GetNonPortableCalls ( ) : IList
return IList

GetPortableCalls() public method

public GetPortableCalls ( ) : IList
return IList

PortabilityAnalyzer() public method

public PortabilityAnalyzer ( IList repository ) : System.Collections.Generic
repository IList
return System.Collections.Generic