C# Class CodeContractNullability.Test.ParsedSourceCode

Exibir arquivo Open project: bkoelman/ResharperCodeContractNullability Class Usage Examples

Private Properties

Property Type Description
ExtractAttributePrefix string
GetAttributeNameWithPrefix string
GetExpandedText string
GetExpectedTextForAttribute string
GetNextMarkerStart int>.Tuple
GetText string
GetTextWithFixPointsExpanded string
GetTextWithImportPointsExpanded string
Parse string

Public Methods

Method Description
ParsedSourceCode ( [ text, [ filename, [ settings, [ externalAnnotationsMap, [ references, [ nestedTypes, [ codeNamespaceImport, bool reIndent ) : System

Private Methods

Method Description
ExtractAttributePrefix ( [ nestedTypes ) : string
GetAttributeNameWithPrefix ( [ attributeName ) : string
GetExpandedText ( [ original, [ expansion, [ pointQueue ) : string
GetExpectedTextForAttribute ( [ attributeName ) : string
GetNextMarkerStart ( [ line ) : int>.Tuple
GetText ( ) : string
GetTextWithFixPointsExpanded ( [ original, [ fixText ) : string
GetTextWithImportPointsExpanded ( [ original ) : string
Parse ( [ sourceText ) : string

Method Details

ParsedSourceCode() public method

public ParsedSourceCode ( [ text, [ filename, [ settings, [ externalAnnotationsMap, [ references, [ nestedTypes, [ codeNamespaceImport, bool reIndent ) : System
text [
filename [
settings [
externalAnnotationsMap [
references [
nestedTypes [
codeNamespaceImport [
reIndent bool
return System