C# Class System.CodeDom.Tests.CSharpCodeGenerationTests

Inheritance: CodeGenerationTests
Show file Open project: dotnet/corefx

Protected Methods

Method Description
GetEmptyProgramSource ( ) : string
GetProvider ( ) : CodeDomProvider

Private Methods

Method Description
AccessingFields ( ) : void
Arrays_SingleDimensional_PrimitiveTypes ( ) : void
Arrays_WithinArrays_Empty_NonPrimitiveTypes ( ) : void
BinaryOperators ( ) : void
CallingMethods ( ) : void
CastingOperations ( ) : void
CharEncoding ( ) : void
ClassWithInstanceFields ( ) : void
ClassWithStaticFields ( ) : void
CodeMemberField_ByRefType_Works ( ) : void
CodeMemberField_OpenGenericType_Works ( ) : void
CodeMemberField_PointerType_Works ( ) : void
Conditionals ( ) : void
DefaultValues ( ) : void
DocComments ( ) : void
ForLoops ( ) : void
GenericTypesAndConstraints ( ) : void
GlobalKeyword ( ) : void
Goto ( ) : void
Indexers ( ) : void
MaskingVariables ( ) : void
MetadataAttributes ( ) : void
MethodWithRefParameter ( ) : void
NamespaceWithMultipleClasses ( ) : void
OperatingOnFields ( ) : void
Params ( ) : void
Properties ( ) : void
ProviderSupports ( ) : void
Provider_Ctor ( ) : void
RegionsSnippetsAndLinePragmas ( ) : void
TryCatchThrow ( ) : void
TypeOf ( ) : void
ValueTypes ( ) : void

Method Details

GetEmptyProgramSource() protected method

protected GetEmptyProgramSource ( ) : string
return string

GetProvider() protected method

protected GetProvider ( ) : CodeDomProvider
return CodeDomProvider